com.cinnabarsystems.clm
Class SecureStorageTamperingException

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
                  extended by com.cinnabarsystems.clm.SecureStorageTamperingException
All Implemented Interfaces:
Serializable

public class SecureStorageTamperingException
extends SecureStorageException

Thrown when the License Manager detects that secure storage has been tampered with, or is attempted to be defeated by setting back the system clock.

See Also:
Serialized Form

Constructor Summary
SecureStorageTamperingException()
           
 
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

SecureStorageTamperingException

public SecureStorageTamperingException()