org.jboss.ejb3.common.resolvers.spi
Class NonDeterministicInterfaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.ejb3.common.resolvers.spi.NonDeterministicInterfaceException
- All Implemented Interfaces:
- java.io.Serializable
public class NonDeterministicInterfaceException
- extends java.lang.RuntimeException
NonDeterministicInterfaceException
Signifies that a beanInterface supplied for EJB
reference resolution was not unique within the defined
context
- 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 |
NonDeterministicInterfaceException
public NonDeterministicInterfaceException()
NonDeterministicInterfaceException
public NonDeterministicInterfaceException(java.lang.String message)
- Parameters:
message -
NonDeterministicInterfaceException
public NonDeterministicInterfaceException(java.lang.Throwable cause)
- Parameters:
cause -
NonDeterministicInterfaceException
public NonDeterministicInterfaceException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -