public class ServiceUnavailableException extends ServiceRuntimeException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
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.
|
addServiceContext, getServiceContext, printStackTrace, printStackTrace, toString
public static final java.lang.String COPYRIGHT
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).