|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osoa.sca.ServiceRuntimeException
org.osoa.sca.ServiceUnavailableException
public class ServiceUnavailableException
Exception used to indicate that a runtime exception occurred during the invocation of and external service.
| Constructor Summary | |
|---|---|
ServiceUnavailableException()
Constructs a new ServiceUnavailableException. |
|
ServiceUnavailableException(java.lang.String message)
Constructs a new ServiceUnavailableException with the specified detail message. |
|
ServiceUnavailableException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new ServiceUnavailableException with the specified detail message and cause. |
|
ServiceUnavailableException(java.lang.Throwable cause)
Constructs a new ServiceUnavailableException with the specified cause. |
|
| 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 ServiceUnavailableException()
public ServiceUnavailableException(java.lang.String message)
message - The detail message (which is saved to later retrieval by the getMessage() method).public ServiceUnavailableException(java.lang.Throwable cause)
cause - The cause (which is saved to later retrieval by the getCause() method).
public ServiceUnavailableException(java.lang.String message,
java.lang.Throwable cause)
message - The message (which is saved to later retrieval by the getMessage() method).cause - The cause (which is saved to later retrieval by the getCause() method).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||