JBoss Reflection 2.2.1.SP1

org.jboss.joinpoint.spi
Class JoinpointException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.joinpoint.spi.JoinpointException
All Implemented Interfaces:
Serializable

public class JoinpointException
extends RuntimeException

Thrown when an invocation context does not exist

Version:
$Revision: 41135 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
JoinpointException(String description)
          Create a new join point exception
JoinpointException(String description, Throwable cause)
          Create a new join point exception
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JoinpointException

public JoinpointException(String description)
Create a new join point exception

Parameters:
description - the description

JoinpointException

public JoinpointException(String description,
                          Throwable cause)
Create a new join point exception

Parameters:
description - the description
cause - the cause

JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.