|
Exception Summary |
| ComponentCommunicationException |
Exception which occurs if there is a communication failure between
components - like socket failure, or JMS message failure. |
| ComponentNotFoundException |
Exception which occurs if a system component could not be found by another
component. |
| MetaMatrixComponentException |
Exception which occurs if an error occurs within the server that is not
business-related. |
| MetaMatrixException |
A generic exception which contains a reference to another exception. |
| MetaMatrixProcessingException |
This exception is a superclass for exceptions that are thrown during
processing as a result of user input. |
| MultipleException |
Exception that represents the occurrence of multiple exceptions. |
| MultipleRuntimeException |
MultipleRuntimeException is intended for situations where multiple, unrelated Throwables need to be thrown as a single
RuntimeException. |