com.ibm.websphere.sca.context

Class NoSuchDomainException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended byjava.lang.RuntimeException
  5. extended byorg.osoa.sca.ServiceRuntimeException
  6. extended bycom.ibm.websphere.sca.context.NoSuchDomainException
All implemented interfaces:
java.io.Serializable

  1. public class NoSuchDomainException
  2. extends org.osoa.sca.ServiceRuntimeException
Exception thrown when in invalid domain is passed as an argument.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
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

  1. public NoSuchDomainException()
Constructs exception object.

NoSuchDomainException

  1. public NoSuchDomainException(java.lang.String reason)
Constructs exception object.
Parameters:
reason - a message describing reason for.

NoSuchDomainException

  1. public NoSuchDomainException(java.lang.String reason,
  2. java.lang.Throwable cause)
Constructs exception object.
Parameters:
reason - a message describing reason for.
cause - a throwable object representing cause for this exception.

NoSuchDomainException

  1. public NoSuchDomainException(java.lang.Throwable cause)
Constructs exception object.
Parameters:
cause - a throwable object representing cause for this exception.