org.jboss.ejb3.proxy.impl.handler.session
Class NotEligibleForDirectInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
NotEligibleForDirectInvocationException()
           
NotEligibleForDirectInvocationException(String message)
           
NotEligibleForDirectInvocationException(String message, Throwable cause)
           
NotEligibleForDirectInvocationException(Throwable cause)
           
 
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

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.