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,v 1.3.10.2 2004/03/28 21:46:05 evenisse Exp $
Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
ChecksumVerificationException(java.lang.String message)
          Constructs an ChecksumVerificationException with the specified detail message.
 
Methods inherited from class org.apache.maven.MavenException
getException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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.


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