public class ChainedException
extends org.apache.commons.lang.exception.NestableException
| Constructor and Description |
|---|
ChainedException()
ChainedException default constructor.
|
ChainedException(String message)
ChainedException constructor.
|
ChainedException(String message,
Throwable t)
ChainedException constructor.
|
ChainedException(Throwable t)
ChainedException constructor.
|
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic ChainedException()
public ChainedException(String message, Throwable t)
message - The exception message.t - The cause of the exception.public ChainedException(Throwable t)
t - The cause of the exception.public ChainedException(String message)
message - The exception message.Copyright 2004-2017 Solace Corporation. All rights reserved.