com.veriplace.client
Class MalformedResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.veriplace.client.VeriplaceException
com.veriplace.client.UnexpectedException
com.veriplace.client.MalformedResponseException
- All Implemented Interfaces:
- java.io.Serializable
public class MalformedResponseException
- extends UnexpectedException
Thrown to indicate that the Veriplace server returned a response that
the client could not understand. This is defined as a subclass of
UnexpectedException because it should theoretically never happen
and does not imply any problem with the parameters sent by the client.
- Since:
- 2.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MalformedResponseException
public MalformedResponseException(java.lang.String message)
MalformedResponseException
public MalformedResponseException(java.lang.Throwable cause)
MalformedResponseException
public MalformedResponseException(java.lang.String message,
java.lang.Throwable cause)