public class NoSuchDomainException
extends org.osoa.sca.ServiceRuntimeException
| 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.
|
public NoSuchDomainException()
public NoSuchDomainException(java.lang.String reason)
reason - a message describing reason for.public NoSuchDomainException(java.lang.String reason,
java.lang.Throwable cause)
reason - a message describing reason for.cause - a throwable object representing cause for this exception.public NoSuchDomainException(java.lang.Throwable cause)
cause - a throwable object representing cause for this exception.