Class RegistryException

All Implemented Interfaces:
Serializable

public class RegistryException extends RuntimeException
Generic project exception.

Use this exception if you expect the caller would NOT want to handle the exception, possibly letting it bubble up and return a generic 500 error to the user, or there is a special mechanism to deal with it.

See Also:
  • Constructor Details

    • RegistryException

      public RegistryException()
    • RegistryException

      public RegistryException(String message)
    • RegistryException

      public RegistryException(String message, Throwable cause)
    • RegistryException

      public RegistryException(Throwable cause)
    • RegistryException

      public RegistryException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)