Class RegistryException

All Implemented Interfaces:
Serializable

public class RegistryException extends RuntimeException
Failure to create an Object in the registry.
See Also:
  • Constructor Details

    • RegistryException

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

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