org.jboss.ejb3.proxy.handler
Class NotEligibleForDirectInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.ejb3.proxy.handler.NotEligibleForDirectInvocationException
- All Implemented Interfaces:
- java.io.Serializable
public class NotEligibleForDirectInvocationException
- extends java.lang.Exception
NotEligibleForDirectInvocationException
Thrown when attempting to handle an invocation
directly within the InvocationHandler when
the invocation should instead be delegated
back to the Container
- See Also:
- Serialized Form
| 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 |
NotEligibleForDirectInvocationException
public NotEligibleForDirectInvocationException()
NotEligibleForDirectInvocationException
public NotEligibleForDirectInvocationException(java.lang.String message)
- Parameters:
message -
NotEligibleForDirectInvocationException
public NotEligibleForDirectInvocationException(java.lang.Throwable cause)
- Parameters:
cause -
NotEligibleForDirectInvocationException
public NotEligibleForDirectInvocationException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -