Class BadDataException

All Implemented Interfaces:
Serializable

public class BadDataException extends WrapperException
WrapperException thrown for bad data
Version:
$Revision: 1.9 $
Author:
IDV Development Team
See Also:
  • Constructor Details

    • BadDataException

      public BadDataException(String message, Throwable inner)
      Create a new BadDataException with the message from another
      Parameters:
      message - detail message for this exception
      inner - original exception
    • BadDataException

      public BadDataException(String message)
      Create a new BadDataException with the message from another
      Parameters:
      message - detail message associated with this exception