com.cinnabarsystems.clm
Class SecureStorageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cinnabarsystems.clm.LicenseManagerException
              extended by com.cinnabarsystems.clm.SecureStorageException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SecureStorageTamperingException

public class SecureStorageException
extends LicenseManagerException

Thrown when the License Manager cannot read or write to secure storage, which is necessary to support "expireDays"-based licensing.

See Also:
Serialized Form

Constructor Summary
SecureStorageException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecureStorageException

public SecureStorageException()