| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.obe.OBERuntimeException
OBERuntimeException | public class OBERuntimeException extends RuntimeException (Code) | | Base exception for all runtime exceptions in the Open Business Engine.
author: Anthony Eden |
OBERuntimeException | public OBERuntimeException()(Code) | | Constructs a new OBERuntimeException.
|
OBERuntimeException | public OBERuntimeException(String message)(Code) | | Construct a new OBERuntimeException with the given message.
Parameters: message - The message |
OBERuntimeException | public OBERuntimeException(Throwable t)(Code) | | Construct a new OBERuntimeException with the given nested error.
Parameters: t - The nested error |
OBERuntimeException | public OBERuntimeException(String message, Throwable t)(Code) | | Construct a new OBERuntimeException with the given messager and nested
error.
Parameters: message - The message Parameters: t - The nested error |
|
|
|