i-net Clear Reports

com.inet.report.database.beans
Class TransferServletException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.inet.report.database.beans.TransferServletException
All Implemented Interfaces:
java.io.Serializable

public class TransferServletException
extends java.lang.Exception
implements java.io.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.

Since:
7.6
See Also:
Serialized Form

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

TransferServletException

public TransferServletException(java.lang.String message)
Create a new TransferServletException with the given message.

Parameters:
message - The message for this Exception.

TransferServletException

public TransferServletException(java.lang.String message,
                                java.lang.Throwable cause)
Create a new wrapped Exception with the given message and cause.

Parameters:
message - The message for this Exception.
cause - The cause of the error.

i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH