|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception javax.rules.RuleException javax.rules.RuleExecutionException javax.rules.RuleSessionCreateException
This exception is thrown when a client requests a RuleSession from the RuleRuntime and an error occurs that prevents a RuleSession from being returned.
RuleRuntime
,
Serialized FormField Summary |
Fields inherited from class javax.rules.RuleException |
embeddedException |
Constructor Summary | |
RuleSessionCreateException(java.lang.String message)
Creates a RuleSessionCreateException with a given message. |
|
RuleSessionCreateException(java.lang.String message,
java.lang.Exception exception)
Creates a RuleSessionCreateException 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, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RuleSessionCreateException(java.lang.String message)
message
- the exception message.public RuleSessionCreateException(java.lang.String message, java.lang.Exception exception)
message
- The exception message.exception
- The nested exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |