Class ObjectNotLoadedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ObjectNotLoadedException
    extends java.lang.Exception
    The named object has not been loaded so it's instance can not be returned
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectNotLoadedException()
      Creates new ObjectNotLoadedException without detail message.
      ObjectNotLoadedException​(java.lang.String msg)
      Constructs an ObjectNotLoadedException with the specified detail message.
    • 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

      • ObjectNotLoadedException

        public ObjectNotLoadedException()
        Creates new ObjectNotLoadedException without detail message.
      • ObjectNotLoadedException

        public ObjectNotLoadedException​(java.lang.String msg)
        Constructs an ObjectNotLoadedException with the specified detail message.
        Parameters:
        msg - the detail message.