public class ExchangeException extends RuntimeException
Exception to provide the following to:
| Constructor and Description |
|---|
ExchangeException(String message)
Constructs an
ExchangeException with the specified detail message. |
ExchangeException(String message,
Throwable cause)
Constructs an
ExchangeException with the specified detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExchangeException(String message)
ExchangeException with the specified detail message.message - the detail message.Copyright © 2012–2017 Xeiam, LLC. All rights reserved.