org.apache.maven.verifier
Class ChecksumVerificationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.MavenException
              extended byorg.apache.maven.verifier.ChecksumVerificationException
All Implemented Interfaces:
java.io.Serializable

public class ChecksumVerificationException
extends MavenException

Specialized artifact corruption exception.

Version:
$Id: ChecksumVerificationException.java 517014 2007-03-11 21:15:50Z ltheussl $
Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
ChecksumVerificationException(java.lang.String message)
          Constructs an ChecksumVerificationException with the specified detail message.
ChecksumVerificationException(java.lang.String message, java.lang.Throwable cause)
          Constructs a ChecksumVerificationException with the specified detail message and the causing Throwable.
 
Methods inherited from class org.apache.maven.MavenException
getException
 
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

ChecksumVerificationException

public ChecksumVerificationException(java.lang.String message)
Constructs an ChecksumVerificationException with the specified detail message.

Parameters:
message - Detailed message.

ChecksumVerificationException

public ChecksumVerificationException(java.lang.String message,
                                     java.lang.Throwable cause)
Constructs a ChecksumVerificationException with the specified detail message and the causing Throwable.

Parameters:
message - Detailed message.
cause - The Throwable.


Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.