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, toString
public ExchangeException(String message)
ExchangeException
with the specified detail message.message
- the detail message.Copyright © 2012–2016 Xeiam, LLC. All rights reserved.