public class InvalidRequestException
extends java.lang.Exception
ECI_ERR_INVALID_CALL_TYPE
or ESI_ERR_PEM_NOT_ACTIVE
return code.Constructor and Description |
---|
InvalidRequestException()
Creates a new exception with no message.
|
InvalidRequestException(java.lang.String message)
Creates a new exception with the specified message.
|
InvalidRequestException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the specified message and cause.
|
InvalidRequestException(java.lang.Throwable cause)
Creates a new exception with the specified cause
|
public InvalidRequestException()
public InvalidRequestException(java.lang.String message)
message
- The message in the exception.public InvalidRequestException(java.lang.Throwable cause)
cause
- The cause of the exception.public InvalidRequestException(java.lang.String message, java.lang.Throwable cause)
message
- The message in the exception.cause
- The cause of the exception.