Class SystemException
×News: XavaPro 7.7 released - March 11 · Read more
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openxava.util.SystemException
- All Implemented Interfaces:
Serializable
RuntimeException to be thrown by a business method
when a system level problem is produced.
A system level exception can be a problem with JDBC, the JPA persistence manager, JNDI, RMI, net communication, hardware or any other problem not related directly with the business logic associated to the method.
This exception is a facility, you can use whatever runtime exception you prefer for indicate a system exception.
- Author:
- Javier Paniza
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSystemException(String message) SystemException(String message, Throwable cause) SystemException(Throwable cause) SystemException(RemoteException cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SystemException
public SystemException() -
SystemException
-
SystemException
-
SystemException
-
SystemException
-