public class SecureInputException extends IdpRuntimeException
| Constructor and Description | 
|---|
SecureInputException(java.lang.String message)
Creates a new Secure Pinpad Exception 
 | 
SecureInputException(java.lang.Throwable cause,
                    java.lang.String message)
Creates a new Secure Pinpad Exception 
 | 
public SecureInputException(java.lang.Throwable cause,
                            java.lang.String message)
cause - the nested exceptionmessage - message following String.format(String, Object...) syntaxpublic SecureInputException(java.lang.String message)
message - message following String.format(String, Object...) syntax