public class ServiceEntityException
extends java.lang.Exception
Constructor and Description |
---|
ServiceEntityException()
Constructs a
ServiceEntityException with no detail message. |
ServiceEntityException(java.lang.Exception ex)
Constructs a
ServiceEntityException with the specified Exception object. |
ServiceEntityException(java.lang.String s)
Constructs a
ServiceEntityException 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 ServiceEntityException()
ServiceEntityException
with no detail message.public ServiceEntityException(java.lang.String s)
ServiceEntityException
with the specified detail message.s
- the detail message.public ServiceEntityException(java.lang.Exception ex)
ServiceEntityException
with the specified Exception object.s
- the detail message.public java.lang.String getMessage()
getMessage
in class java.lang.Throwable