Klasse TransferServletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inet.report.database.beans.TransferServletException
- Alle implementierten Schnittstellen:
Serializable
This Exception is created if an Exception occurred inside the application
server when a client requested information or the data for a BeanDataSource.
The occurred Exception will be wrapped by this class and will be sent to
the client.
- Seit:
- 7.6
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTransferServletException(String message) Create a new TransferServletException with the given message.TransferServletException(String message, Throwable cause) Create a new wrapped Exception with the given message and cause. -
Methodenübersicht
Von Klasse geerbte Methoden Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
TransferServletException
Create a new TransferServletException with the given message.- Parameter:
message- The message for this Exception.- Seit:
- 7.6
-
TransferServletException
-