| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.drools.repository.RulesRepositoryException
RulesRepositoryException | public class RulesRepositoryException extends RuntimeException (Code) | | The main exception thrown by classes in this package. May contain an error message and/or another
nested exception.
author: btruitt |
RulesRepositoryException | public RulesRepositoryException()(Code) | | Default constructor. constructs a RulesRepositoryException object with null as its detail
message
|
RulesRepositoryException | public RulesRepositoryException(String message)(Code) | | Constructs a new instance of this class with the specified detail message.
Parameters: message - the message to set for the exception |
RulesRepositoryException | public RulesRepositoryException(Throwable rootCause)(Code) | | Constructs a new instance of this class with the specified root cause.
Parameters: rootCause - root failure cause |
RulesRepositoryException | public RulesRepositoryException(String message, Throwable rootCause)(Code) | | Constructs a new instance of this class with the specified detail message and root cause.
Parameters: message - the message to set for the exception Parameters: rootCause - root failure cause |
|
|
|