public class ExecutionConditionException extends RuntimeException
Constructor and Description |
---|
ExecutionConditionException(String message)
Creates a new instance.
|
ExecutionConditionException(String message,
Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExecutionConditionException(String message)
message
- the exception messageCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.