com.mindtree.techworks.insight.reporting.verifiers
Class VerifierInitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mindtree.techworks.insight.reporting.InitializationException
              extended by com.mindtree.techworks.insight.reporting.verifiers.VerifierInitializationException
All Implemented Interfaces:
java.io.Serializable

public class VerifierInitializationException
extends InitializationException

An exception that indicates a failure to initialize or deserialize a Verifier.

Since:
Insight 1.5
Version:
$Revision: 27 $ $Date: 2007-12-16 04:58:03 -0700 (Sun, 16 Dec 2007) $
Author:
Bindul Bhowmik
See Also:
com.mindtree.techworks.insight.reporting.verifiers, InitializationException, Serialized Form

Constructor Summary
VerifierInitializationException(java.lang.String message)
          Creates a new VerifierInitializationException with the message provided.
VerifierInitializationException(java.lang.String message, java.lang.Throwable cause)
          Creates a new VerifierInitializationException with the message provided and the root cause of the exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VerifierInitializationException

public VerifierInitializationException(java.lang.String message,
                                       java.lang.Throwable cause)
Creates a new VerifierInitializationException with the message provided and the root cause of the exception.

Parameters:
message - A message describing the cause of the exception.
cause - The throwable that caused this exception to be thrown.

VerifierInitializationException

public VerifierInitializationException(java.lang.String message)
Creates a new VerifierInitializationException with the message provided.

Parameters:
message - A message describing the cause of the exception.


Copyright © 2003-2008 MindTree Consulting Ltd.. All Rights Reserved.