public class TestGridInfrastructureException extends Exception
| Constructor and Description |
|---|
TestGridInfrastructureException()
Constructs a new exception with
null as its detail message. |
TestGridInfrastructureException(String message)
Constructs a new exception with the specified detail message.
|
TestGridInfrastructureException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
TestGridInfrastructureException(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 TestGridInfrastructureException()
null as its detail message. The cause is not initialized, and may
subsequently be initialized by a call to Throwable.initCause(Throwable).public TestGridInfrastructureException(String message)
Throwable.initCause(java.lang.Throwable).message - the detail message of the exceptionpublic TestGridInfrastructureException(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.