public class VerifierException extends Exception
| Constructor and Description |
|---|
VerifierException(String aMessage)
Creates a new instance of VerifierException with an exception
message.
|
VerifierException(String aMessage,
Throwable aCause)
Creates a new instance of VerifierException with the specified
message and cause.
|
VerifierException(Throwable aCause)
Creates a new instance of VerifierException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VerifierException(String aMessage)
aMessage - String describing this exception.public VerifierException(String aMessage, Throwable aCause)
aMessage - String describing this exception.aCause - Throwable which represents an underlying problem
(or null).public VerifierException(Throwable aCause)
aCause - Throwable which represents an underlying problem
(or null).Copyright © 2011-2016 OpenESB Community. All Rights Reserved.