Class RegistryException

All Implemented Interfaces:
Serializable

public class RegistryException extends RuntimeException
Generic project exception.
Author:
Ales Justin
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)