iaik.xkms.exceptions
Class InconsistentObjectException
Object
Throwable
Exception
XKMSException
InconsistentObjectException
- All Implemented Interfaces:
- Serializable
public class InconsistentObjectException
- extends XKMSException
Message marshalling went wrong or a parameter failed a correctness check.
- 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 |
InconsistentObjectException
public InconsistentObjectException(Throwable cause)
InconsistentObjectException
public InconsistentObjectException(String message,
Throwable cause)
InconsistentObjectException
public InconsistentObjectException(String message)
InconsistentObjectException
public InconsistentObjectException()