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