Class SystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pl.com.external.essw.system.exceptions.SystemException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DatabaseException
,DatabaseFacadeException
public abstract class SystemException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemException(java.lang.String message)
SystemException(java.sql.SQLException e)
-