java.lang .Object java.lang .Throwable java.lang .Exception com.sun.jbi.ui.runtime.verifier .VerifierException VerifierException public class VerifierException extends Exception (Code) Verifier Exception
VerifierException public VerifierException(String aMessage)(Code) Creates a new instance of VerifierException with an exception
message.
Parameters: aMessage - String describing this exception.
VerifierException public VerifierException(String aMessage, Throwable aCause)(Code) Creates a new instance of VerifierException with the specified
message and cause.
Parameters: aMessage - String describing this exception.Parameters: aCause - Throwable which represents an underlying problem(or null).
VerifierException public VerifierException(Throwable aCause)(Code) Creates a new instance of VerifierException with the specified cause.
Parameters: aCause - Throwable which represents an underlying problem(or null).