org.apache.maven.it
Class VerificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.it.VerificationException
All Implemented Interfaces:
Serializable

public class VerificationException
extends Exception

Version:
$Id: VerificationException.java 609583 2008-01-07 12:18:57Z vsiveton $
Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
VerificationException()
           
VerificationException(String message)
           
VerificationException(String message, Throwable cause)
           
VerificationException(Throwable cause)
           
 
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

VerificationException

public VerificationException()

VerificationException

public VerificationException(String message)

VerificationException

public VerificationException(Throwable cause)

VerificationException

public VerificationException(String message,
                             Throwable cause)


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.