org.sonatype.aether.transfer
Class ChecksumFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sonatype.aether.RepositoryException
org.sonatype.aether.transfer.ChecksumFailureException
- All Implemented Interfaces:
- java.io.Serializable
public class ChecksumFailureException
- extends RepositoryException
- Author:
- Benjamin Bentmann
- See Also:
- Serialized Form
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 |
ChecksumFailureException
public ChecksumFailureException(java.lang.String expected,
java.lang.String actual)
ChecksumFailureException
public ChecksumFailureException(java.lang.String message)
ChecksumFailureException
public ChecksumFailureException(java.lang.Throwable cause)
ChecksumFailureException
public ChecksumFailureException(java.lang.String message,
java.lang.Throwable cause)
getExpected
public java.lang.String getExpected()
getActual
public java.lang.String getActual()
Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.