IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sca.context
Class NoSuchDomainException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.osoa.sca.ServiceRuntimeException
                  extended by com.ibm.websphere.sca.context.NoSuchDomainException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchDomainException
extends org.osoa.sca.ServiceRuntimeException

Exception thrown when in invalid domain is passed as an argument.

See Also:
Serialized Form

Constructor Summary
NoSuchDomainException()
          Constructs exception object.
NoSuchDomainException(java.lang.String reason)
          Constructs exception object.
NoSuchDomainException(java.lang.String reason, java.lang.Throwable cause)
          Constructs exception object.
NoSuchDomainException(java.lang.Throwable cause)
          Constructs exception object.
 
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

NoSuchDomainException

public NoSuchDomainException()
Constructs exception object.


NoSuchDomainException

public NoSuchDomainException(java.lang.String reason)
Constructs exception object.

Parameters:
reason - a message describing reason for.

NoSuchDomainException

public NoSuchDomainException(java.lang.String reason,
                             java.lang.Throwable cause)
Constructs exception object.

Parameters:
reason - a message describing reason for.
cause - a throwable object representing cause for this exception.

NoSuchDomainException

public NoSuchDomainException(java.lang.Throwable cause)
Constructs exception object.

Parameters:
cause - a throwable object representing cause for this exception.

IBM WebSphere Application ServerTM
Release 7