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:
- 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 |
ChecksumFailureException
public ChecksumFailureException(String expected,
String actual)
ChecksumFailureException
public ChecksumFailureException(String message)
ChecksumFailureException
public ChecksumFailureException(Throwable cause)
ChecksumFailureException
public ChecksumFailureException(String message,
Throwable cause)
getExpected
public String getExpected()
getActual
public String getActual()
Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.