|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.oasisopen.sca.ServiceRuntimeException org.oasisopen.sca.InvalidServiceException
public class InvalidServiceException
This exception signals that the ServiceReference is no longer valid. This can happen when the target of the reference is undeployed. This exception is not transient and therefore is unlikely to be resolved by retrying the operation and will most likely require human intervention.
Constructor Summary | |
---|---|
InvalidServiceException()
Constructs a InvalidServiceException with no detail message. |
|
InvalidServiceException(java.lang.String message)
Constructs a InvalidServiceException with the specified detail message. |
|
InvalidServiceException(java.lang.String message,
java.lang.Throwable cause)
Constructs a InvalidServiceException with the specified detail message and cause. |
|
InvalidServiceException(java.lang.Throwable cause)
Constructs a InvalidServiceException 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 InvalidServiceException()
public InvalidServiceException(java.lang.String message)
message
- the detail messagepublic InvalidServiceException(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 InvalidServiceException(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 |