Class StoreForwardException

  • All Implemented Interfaces:
    Serializable

    public class StoreForwardException
    extends Exception
    Checked exception for Message Store / Processor related packages
    See Also:
    Serialized Form
    • Constructor Detail

      • StoreForwardException

        public StoreForwardException​(String message)
        Constructor for StoreForwardException
        Parameters:
        message - message in exception
      • StoreForwardException

        public StoreForwardException​(String message,
                                     Throwable throwable)
        Constructor for StoreForwardException
        Parameters:
        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.)