public class ServiceException extends ShibbolethException
コンストラクタと説明 |
---|
ServiceException()
Constructor.
|
ServiceException(String message)
Constructor.
|
ServiceException(String message,
Throwable wrappedException)
Constructor.
|
ServiceException(Throwable wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceException()
public ServiceException(String message)
message
- exception messagepublic ServiceException(Throwable wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 2012. All Rights Reserved.