iaik.xkms.exceptions
Class BadParameterException
Object
Throwable
Exception
XKMSException
BadParameterException
- All Implemented Interfaces:
- Serializable
public class BadParameterException
- extends XKMSException
A bad parameter was passed as method input.
- See Also:
- Serialized Form
| Methods inherited from class Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BadParameterException
public BadParameterException(Throwable cause)
BadParameterException
public BadParameterException(String message,
Throwable cause)
BadParameterException
public BadParameterException(String message)
BadParameterException
public BadParameterException()