Class StorageFailureException

  • All Implemented Interfaces:
    java.io.Serializable

    public class StorageFailureException
    extends CommonModuleStorageException
    General exception a service can throw if it can't proceed as desired.
    Version:
    $Id: $Id
    Author:
    another
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      StorageFailureException​(java.lang.String message)
      Constructor for StorageFailureException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • StorageFailureException

        public StorageFailureException​(java.lang.String message)

        Constructor for StorageFailureException.

        Parameters:
        message - a String object.