org.apache.shindig.common.crypto
Class BlobCrypterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.shindig.common.crypto.BlobCrypterException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BlobExpiredException

public class BlobCrypterException
extends Exception

For all exceptions thrown by BlobCrypter

See Also:
Serialized Form

Constructor Summary
protected BlobCrypterException(String msg)
           
  BlobCrypterException(String msg, Throwable cause)
           
  BlobCrypterException(Throwable cause)
           
 
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

BlobCrypterException

public BlobCrypterException(Throwable cause)

BlobCrypterException

public BlobCrypterException(String msg,
                            Throwable cause)

BlobCrypterException

protected BlobCrypterException(String msg)


Copyright © 2007-2012. All Rights Reserved.