org.lastbamboo.common.download
Class Sha1Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.lastbamboo.common.download.Sha1Exception
All Implemented Interfaces:
Serializable

public class Sha1Exception
extends RuntimeException

Exception thrown when SHA-1s do not match.

See Also:
Serialized Form

Constructor Summary
Sha1Exception(String msg)
          Creates the exception.
 
Method Summary
 
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

Sha1Exception

public Sha1Exception(String msg)
Creates the exception.

Parameters:
msg - The exception details message.


Copyright © 2013 LittleShoot. All Rights Reserved.