public class RegistryException extends UnsupportedOperationException
Constructor and Description |
---|
RegistryException()
Creates a new
RegistryException . |
RegistryException(String message)
Creates a new
RegistryException with the provided message . |
RegistryException(String message,
Throwable cause)
|
RegistryException(Throwable cause)
Creates a new
RegistryException with the provided cause . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RegistryException()
RegistryException
.public RegistryException(String message)
RegistryException
with the provided message
.message
- The message of the exceptionpublic RegistryException(String message, Throwable cause)
message
- The messagecause
- The causepublic RegistryException(Throwable cause)
RegistryException
with the provided cause
.cause
- The cause