|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.rules.RuleException | +--javax.rules.admin.RuleAdministrationException | +--javax.rules.admin.RuleExecutionSetDeregistrationException
This exception is thrown if an exception occurs while unregistering a rule execution set from a URI.
RuleAdministrator
, Serialized FormFields inherited from class javax.rules.RuleException |
embeddedException |
Constructor Summary | |
RuleExecutionSetDeregistrationException(java.lang.String message)
Creates a RuleExecutionSetDeregistrationException with a given message. |
|
RuleExecutionSetDeregistrationException(java.lang.String message,
java.lang.Exception exception)
Creates a RuleExecutionSetDeregistrationException with a given message and nested exception. |
Methods inherited from class javax.rules.RuleException |
getCause, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RuleExecutionSetDeregistrationException(java.lang.String message)
message
- the exception message.public RuleExecutionSetDeregistrationException(java.lang.String message, java.lang.Exception exception)
message
- The exception message.exception
- The nested exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |