org.jboss.ejb3.proxy.impl.handler.session
Class NotEligibleForDirectInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.ejb3.proxy.impl.handler.session.NotEligibleForDirectInvocationException
- All Implemented Interfaces:
- Serializable
public class NotEligibleForDirectInvocationException
- extends Exception
NotEligibleForDirectInvocationException
Thrown when attempting to handle an invocation
directly within the InvocationHandler when
the invocation should instead be delegated
back to the Container
- Version:
- $Revision: $
- Author:
- ALR
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotEligibleForDirectInvocationException
public NotEligibleForDirectInvocationException()
NotEligibleForDirectInvocationException
public NotEligibleForDirectInvocationException(String message)
- Parameters:
message
-
NotEligibleForDirectInvocationException
public NotEligibleForDirectInvocationException(Throwable cause)
- Parameters:
cause
-
NotEligibleForDirectInvocationException
public NotEligibleForDirectInvocationException(String message,
Throwable cause)
- Parameters:
message
- cause
-
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.