public class ServiceRuntimeException
extends java.lang.RuntimeException
Service runtime exception.
Constructor and Description |
---|
ServiceRuntimeException(java.lang.String msg)
Constructs a new exception object based on the exception information.
|
ServiceRuntimeException(java.lang.String msg, java.lang.Throwable cause)
Constructs a new exception object based on the exception information and exception cause.
|
ServiceRuntimeException(java.lang.Throwable cause)
Constructs a new exception object based on the exception cause.
|
public ServiceRuntimeException(java.lang.String msg)
Constructs a new exception object based on the exception information.
msg
- Exception information.public ServiceRuntimeException(java.lang.Throwable cause)
Constructs a new exception object based on the exception cause.
cause
- Exception cause.public ServiceRuntimeException(java.lang.String msg, java.lang.Throwable cause)
Constructs a new exception object based on the exception information and exception cause.
msg
- Exception information.cause
- Exception cause.