public class NoSuchServiceException
extends org.osoa.sca.ServiceRuntimeException
| Constructor and Description |
|---|
NoSuchServiceException()
Constructs exception object.
|
NoSuchServiceException(java.lang.String reason)
Constructs exception object.
|
NoSuchServiceException(java.lang.String reason,
java.lang.Throwable cause)
Constructs exception object.
|
NoSuchServiceException(java.lang.Throwable cause)
Constructs exception object.
|
public NoSuchServiceException()
public NoSuchServiceException(java.lang.String reason)
reason - a message describing reason for.public NoSuchServiceException(java.lang.String reason,
java.lang.Throwable cause)
reason - a message describing reason for.cause - a throwable object representing cause for this exception.public NoSuchServiceException(java.lang.Throwable cause)
cause - a throwable object representing cause for this exception.