Class NoStoredModuleEntityException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoStoredModuleEntityException
    extends CommonModuleStorageException
    Thrown when the IModuleService needs to load a module instance, but it isn't stored. If the load method was called on IModuleService with the create flag, this exception will be caught by the service and a new instance created.
    Version:
    $Id: $Id
    Author:
    another
    See Also:
    Serialized Form
    • 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

      • NoStoredModuleEntityException

        public NoStoredModuleEntityException​(java.lang.String message)
        Default constructor.
        Parameters:
        message - message of exception