|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.oasisopen.sca.NoSuchServiceException
public class NoSuchServiceException
This exception signals that the given SCA service does not exist.
| Constructor Summary | |
|---|---|
NoSuchServiceException()
Constructs a NoSuchServiceException with no detail message. |
|
NoSuchServiceException(java.lang.String message)
Constructs a NoSuchServiceException with the specified detail message. |
|
NoSuchServiceException(java.lang.String message,
java.lang.Throwable cause)
Constructs a NoSuchServiceException with the specified detail message and cause. |
|
NoSuchServiceException(java.lang.Throwable cause)
Constructs a NoSuchServiceException with the specified cause and a detail message of (cause==null ? null : cause.toString()). |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NoSuchServiceException()
public NoSuchServiceException(java.lang.String message)
message - the detail message
public NoSuchServiceException(java.lang.String message,
java.lang.Throwable cause)
cause is not
automatically incorporated in this exception's detail message.
message - the detail messagecause - the cause, or null if the cause is nonexistent
or unknownpublic NoSuchServiceException(java.lang.Throwable cause)
cause - the cause, or null if the cause is nonexistent
or unknown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||