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