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