|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.inet.report.database.beans.TransferServletException
public class TransferServletException
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.
| Constructor Summary | |
|---|---|
TransferServletException(java.lang.String message)
Create a new TransferServletException with the given message. |
|
TransferServletException(java.lang.String message,
java.lang.Throwable cause)
Create a new wrapped Exception with the given message and cause. |
|
| Constructor Detail |
|---|
public TransferServletException(java.lang.String message)
message - The message for this Exception.
public TransferServletException(java.lang.String message,
java.lang.Throwable cause)
message - The message for this Exception.cause - The cause of the error.
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||