Class TransferServletException

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

public class TransferServletException extends Exception implements 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:
  • Constructor Details

    • TransferServletException

      public TransferServletException(String message)
      Create a new TransferServletException with the given message.
      Parameters:
      message - The message for this Exception.
      Since:
      7.6
    • TransferServletException

      public TransferServletException(String message, 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.
      Since:
      7.6