public class SagaStorageException extends AxonTransientException
Constructor and Description |
---|
SagaStorageException(String message)
Initialize a SagaStorageException with the given descriptive
message . |
SagaStorageException(String message,
Throwable cause)
Initialize a SagaStorageException with the given descriptive
message and cause . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SagaStorageException(String message)
message
.message
- The message describing the error.Copyright © 2010–2017. All rights reserved.