org.apache.maven.it
Class VerificationException

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

public class VerificationException
extends Exception

Version:
$Id: VerificationException.java 163236 2004-12-05 04:11:07Z jvanzyl $
Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
VerificationException()
           
VerificationException(String message)
           
VerificationException(String message, Throwable cause)
           
VerificationException(Throwable cause)
           
 
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-2006 Apache Software Foundation. All Rights Reserved.