public class NonConformantDataException extends MaskingException
| Constructor and Description |
|---|
NonConformantDataException()
Constructor
|
NonConformantDataException(java.lang.String message)
Constructor
|
NonConformantDataException(java.lang.String message,
java.lang.Throwable cause)
Constructor
|
NonConformantDataException(java.lang.Throwable cause)
Constructor
|
public NonConformantDataException()
public NonConformantDataException(java.lang.String message)
message - A message explaining why the data failed to conform to the expected formatpublic NonConformantDataException(java.lang.String message,
java.lang.Throwable cause)
message - A message further explaining why the data failed to conform to the expected formatcause - The exception that triggered the non-conformant data exceptionpublic NonConformantDataException(java.lang.Throwable cause)
cause - The exception that triggered the non-conformant data exception