Package com.oss.asn1

Class StorageException

All Implemented Interfaces:
Serializable

public class StorageException extends RuntimeException
This class defines an exception that occurs when allocating, accessing or modifying an external storage.
Since:
ASN.1/Java 1.4 beta A
See Also:
  • Constructor Details

    • StorageException

      public StorageException()
      Construct the exception without error message.
    • StorageException

      public StorageException(String message)
      Construct the exception providing an error message.
      Parameters:
      message - the error message for the exception