Class DeletedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DeletedException
    extends java.lang.Exception
    Exception thrown when program object being accessed has been deleted.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DeletedException()
      Constructs a new DeletedException with a default message.
      DeletedException​(java.lang.String msg)
      Constructs a new DeletedException with a given 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

      • DeletedException

        public DeletedException()
        Constructs a new DeletedException with a default message.
      • DeletedException

        public DeletedException​(java.lang.String msg)
        Constructs a new DeletedException with a given message.
        Parameters:
        msg - the message for the exception.