public class ServiceInstanceException
extends java.lang.Exception
| Constructor and Description |
|---|
ServiceInstanceException()
Constructs a
ServiceInstanceException with no detail message. |
ServiceInstanceException(java.lang.Exception ex)
Constructs a
ServiceInstanceException with the specified Exception object. |
ServiceInstanceException(java.lang.String s)
Constructs a
ServiceInstanceException with the specified detail message. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Returns the error message string of this throwable object.
|
public ServiceInstanceException()
ServiceInstanceException with no detail message.public ServiceInstanceException(java.lang.String s)
ServiceInstanceException with the specified detail message.s - the detail message.public ServiceInstanceException(java.lang.Exception ex)
ServiceInstanceException with the specified Exception object.s - the detail message.public java.lang.String getMessage()
getMessage in class java.lang.Throwable