public class StoreForwardException extends Exception
| Constructor and Description |
|---|
StoreForwardException(String message)
Constructor for StoreForwardException
|
StoreForwardException(String message,
Throwable throwable)
Constructor for StoreForwardException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StoreForwardException(String message)
message - message in exceptionpublic StoreForwardException(String message, Throwable throwable)
message - the detail message (which is saved for later retrieval
by the Throwable.getMessage() method).throwable - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)Copyright © 2005–2019 Apache Software Foundation. All rights reserved.