public class BadDataException extends WrapperException
WrapperException thrown for bad data| Constructor and Description | 
|---|
| BadDataException(java.lang.String message)Create a new BadDataException with the message from another | 
| BadDataException(java.lang.String message,
                java.lang.Throwable inner)Create a new BadDataException with the message from another | 
getException, printStackTrace, toStringpublic BadDataException(java.lang.String message,
                        java.lang.Throwable inner)
message - detail message for this exceptioninner - original exceptionpublic BadDataException(java.lang.String message)
message - detail message associated with this exception