public class RightsException extends RuntimeException
| Constructor and Description | 
|---|
RightsException(String message)
Constructs a new exception with the specified detail message. 
 | 
RightsException(String message,
               Throwable cause)
Constructs a new exception with the specified detail message and cause. 
 | 
RightsException(Throwable cause)
Constructs a new exception with the specified cause. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RightsException(String message)
message - the detail message.public RightsException(String message, Throwable cause)
message - the detail message.cause - the cause.public RightsException(Throwable cause)
cause - the specified cause.