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:
- Serializable
public class NonDeterministicInterfaceException
- extends RuntimeException
NonDeterministicInterfaceException
Signifies that a beanInterface supplied for EJB
reference resolution was not unique within the defined
context
- 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 |
NonDeterministicInterfaceException
public NonDeterministicInterfaceException()
NonDeterministicInterfaceException
public NonDeterministicInterfaceException(String message)
- Parameters:
message
-
NonDeterministicInterfaceException
public NonDeterministicInterfaceException(Throwable cause)
- Parameters:
cause
-
NonDeterministicInterfaceException
public NonDeterministicInterfaceException(String message,
Throwable cause)
- Parameters:
message
- cause
-
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.