public class TestGridLoggingException extends Exception
| Constructor and Description |
|---|
TestGridLoggingException()
Constructs a new exception with
null as its detail message. |
TestGridLoggingException(String message)
Constructs a new exception with the specified detail message.
|
TestGridLoggingException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
TestGridLoggingException(Throwable cause)
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null :
cause.toString()) which typically contains the class and detail message of the cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TestGridLoggingException()
null as its detail message. The cause is not initialized, and may
subsequently be initialized by a call to Throwable.initCause(Throwable).public TestGridLoggingException(String message)
Throwable.initCause(java.lang.Throwable).message - the detail message of the exceptionpublic TestGridLoggingException(Throwable cause)
(cause==null ? null :
cause.toString()) which typically contains the class and detail message of the cause.cause - the cause of the exceptionCopyright © 2019 WSO2. All rights reserved.