Class NoStorageForModuleException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoStorageForModuleException
    extends java.lang.Exception
    Thrown when the IModuleService needs to store or load a module instance, but doesn't have the appropriate storage configured.
    Version:
    $Id: $Id
    Author:
    another
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoStorageForModuleException​(java.lang.String moduleId)
      Constructor for NoStorageForModuleException.
    • 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

      • NoStorageForModuleException

        public NoStorageForModuleException​(java.lang.String moduleId)

        Constructor for NoStorageForModuleException.

        Parameters:
        moduleId - a String object.