Class RegistryException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RegistryException
    extends java.lang.RuntimeException
    Failure to create an Object in the registry.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RegistryException​(java.lang.String message)
      Constructor
      RegistryException​(java.lang.String message, java.lang.Exception e)
      Constructor
    • 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

      • RegistryException

        public RegistryException​(java.lang.String message)
        Constructor
        Parameters:
        message - The error message.
      • RegistryException

        public RegistryException​(java.lang.String message,
                                 java.lang.Exception e)
        Constructor
        Parameters:
        message - The error message.
        e - The Exception that caused it.