public class ObligationProcessingException extends Exception
| Constructor and Description |
|---|
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, toStringpublic ObligationProcessingException()
public ObligationProcessingException(String message)
message - exception messagepublic ObligationProcessingException(Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 2016 JBoss by Red Hat. All rights reserved.