public class BadDataException extends WrapperException
WrapperException
thrown for bad dataConstructor 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, toString
public 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