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