public class OSHelperException extends Exception
| Constructor and Description |
|---|
OSHelperException()
Creates a new instance of
OSHelperException without detail message. |
OSHelperException(String msg)
Constructs an instance of
OSHelperException with the specified detail message. |
OSHelperException(String msg,
Throwable cause)
Constructs an instance of
OSHelperException with the specified detail message and cause. |
OSHelperException(Throwable cause)
Constructs an instance of
OSHelperException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OSHelperException()
OSHelperException without detail message.public OSHelperException(String msg)
OSHelperException with the specified detail message.msg - the detail message.public OSHelperException(Throwable cause)
OSHelperException with the specified cause.cause - the cause (which is saved for later retrieval by the Exception.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)public OSHelperException(String msg, Throwable cause)
OSHelperException with the specified detail message and cause.msg - the detail message.cause - the cause (which is saved for later retrieval by the Exception.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)Copyright © 2013. All rights reserved.