org.sonatype.aether.transfer
Class ChecksumFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sonatype.aether.RepositoryException
              extended by org.sonatype.aether.transfer.ChecksumFailureException
All Implemented Interfaces:
Serializable

public class ChecksumFailureException
extends RepositoryException

Author:
Benjamin Bentmann
See Also:
Serialized Form

Constructor Summary
ChecksumFailureException(String message)
           
ChecksumFailureException(String expected, String actual)
           
ChecksumFailureException(String message, Throwable cause)
           
ChecksumFailureException(Throwable cause)
           
 
Method Summary
 String getActual()
           
 String getExpected()
           
 
Methods inherited from class org.sonatype.aether.RepositoryException
getMessage
 
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

ChecksumFailureException

public ChecksumFailureException(String expected,
                                String actual)

ChecksumFailureException

public ChecksumFailureException(String message)

ChecksumFailureException

public ChecksumFailureException(Throwable cause)

ChecksumFailureException

public ChecksumFailureException(String message,
                                Throwable cause)
Method Detail

getExpected

public String getExpected()

getActual

public String getActual()


Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.