public class ResponseProcessingException extends Exception
| Constructor and Description |
|---|
ResponseProcessingException(String message)
Constructor taking an error message.
|
ResponseProcessingException(String message,
Throwable cause)
Constructor taking an error message and the cause of the error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResponseProcessingException(String message)
message - the error messageCopyright © 2018 Litsec AB. All rights reserved.