Package org.duracloud.mill.bit
Class ChecksumsDoNotMatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.duracloud.mill.bit.ChecksumsDoNotMatchException
-
- All Implemented Interfaces:
Serializable
public class ChecksumsDoNotMatchException extends Exception
- Author:
- Daniel Bernstein Date: Oct 14, 2014
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChecksumsDoNotMatchException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ChecksumsDoNotMatchException
public ChecksumsDoNotMatchException(String message)
-
-