|
||||||||||
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 java.lang.RuntimeException org.drools.repository.RulesRepositoryException
public class RulesRepositoryException
The main exception thrown by classes in this package. May contain an error message and/or another nested exception.
Constructor Summary | |
---|---|
RulesRepositoryException()
Default constructor. |
|
RulesRepositoryException(String message)
Constructs a new instance of this class with the specified detail message. |
|
RulesRepositoryException(String message,
Throwable rootCause)
Constructs a new instance of this class with the specified detail message and root cause. |
|
RulesRepositoryException(Throwable rootCause)
Constructs a new instance of this class with the specified root cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RulesRepositoryException()
public RulesRepositoryException(String message)
message
- the message to set for the exceptionpublic RulesRepositoryException(Throwable rootCause)
rootCause
- root failure causepublic RulesRepositoryException(String message, Throwable rootCause)
message
- the message to set for the exceptionrootCause
- root failure cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |