public class StoreForwardException
extends java.lang.Exception
Constructor and Description |
---|
StoreForwardException(java.lang.String message)
Constructor for StoreForwardException
|
StoreForwardException(java.lang.String message,
java.lang.Throwable throwable)
Constructor for StoreForwardException
|
public StoreForwardException(java.lang.String message)
message
- message in exceptionpublic StoreForwardException(java.lang.String message, java.lang.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-2021 Apache Software Foundation. All Rights Reserved.