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