public class SilverWareException extends Exception
| Constructor and Description |
|---|
SilverWareException(String message)
Defaults to
Exception.Exception(String). |
SilverWareException(String message,
Throwable cause)
Defaults to
Exception.Exception(String, Throwable). |
SilverWareException(Throwable cause)
Defaults to
Exception.Exception(Throwable). |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SilverWareException(String message, Throwable cause)
Exception.Exception(String, Throwable).message - The detailed message. The detailed message is saved for
later retrieval by the Throwable.getMessage() method.cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)Exception.Exception(String, Throwable)public SilverWareException(Throwable cause)
Exception.Exception(Throwable).cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)Exception.Exception(Throwable)public SilverWareException(String message)
Exception.Exception(String).message - The detailed message. The detailed message is saved for
later retrieval by the Throwable.getMessage() method.Exception.Exception(String)Copyright © 2015–2016 px3. All rights reserved.