java.io.Serializablepublic class IllegalRuleException extends AspectranCheckedException
Created: 2017. 11. 10.
| Constructor | Description |
|---|---|
IllegalRuleException() |
Simple constructor
|
IllegalRuleException(java.lang.String msg) |
Constructor to create exception with a message
|
IllegalRuleException(java.lang.String msg,
java.lang.Throwable cause) |
Constructor to create exception to wrap another exception and pass a message
|
IllegalRuleException(java.lang.Throwable cause) |
Constructor to create exception to wrap another exception
|
public IllegalRuleException()
public IllegalRuleException(java.lang.String msg)
msg - a message to associate with the exceptionpublic IllegalRuleException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic IllegalRuleException(java.lang.String msg,
java.lang.Throwable cause)
msg - a message to associate with the exceptioncause - the real cause of the exceptionCopyright © 2008–2018 The Aspectran Project. All rights reserved.