public class OsidException
extends java.lang.Exception
| Constructor and Description |
|---|
OsidException(java.lang.String msg)
Constructs a
OsidException with the specified
detail message. |
OsidException(java.lang.String msg,
java.lang.Throwable t)
Constructs a
OsidException with the specified
detail message and cause. |
OsidException(java.lang.Throwable t)
Constructs a
OsidException with the specified
cause and a detail message of
cause.toString() which typically contains the class and
detail message of cause. |
public OsidException(java.lang.String msg)
OsidException with the specified
detail message. The error message string msg can
later be retrieved by the getMessage() method of
Throwable.msg - the error messagepublic OsidException(java.lang.String msg,
java.lang.Throwable t)
OsidException with the specified
detail message and cause. The error message string msg can
later be retrieved by the getMessage() method of
Throwable.msg - the error messaget - the cause of the exceptionpublic OsidException(java.lang.Throwable t)
OsidException with the specified
cause and a detail message of
cause.toString() which typically contains the class and
detail message of cause.t - the cause of the exception