public class SIException extends Exception
| Constructor and Description |
|---|
SIException()
Constructs an
SIException with no detail message. |
SIException(String reason)
Constructs an
SIException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SIException()
SIException with no detail message.public SIException(String reason)
SIException with a detail message.reason - The reason why this exception was thrown.Copyright © 2012 code4tv.com. All Rights Reserved.