org.apache.shindig.common.crypto
Class BlobExpiredException

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

public class BlobExpiredException
extends BlobCrypterException

Thrown when a blob has expired.

See Also:
Serialized Form

Field Summary
 Date maxDate
           
 Date minDate
           
 Date used
           
 
Constructor Summary
BlobExpiredException(Date minTime, Date now, Date maxTime)
           
BlobExpiredException(long minTime, long now, long maxTime)
           
 
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
 

Field Detail

minDate

public final Date minDate

used

public final Date used

maxDate

public final Date maxDate
Constructor Detail

BlobExpiredException

public BlobExpiredException(long minTime,
                            long now,
                            long maxTime)

BlobExpiredException

public BlobExpiredException(Date minTime,
                            Date now,
                            Date maxTime)


Copyright © 2007-2012. All Rights Reserved.