org.jboss.ejb3.common.resolvers.spi
Class NonDeterministicInterfaceException

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

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

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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.