com.veriplace.client
Class MalformedResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.veriplace.client.VeriplaceException
              extended by com.veriplace.client.UnexpectedException
                  extended by 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

Constructor Summary
MalformedResponseException(java.lang.String message)
           
MalformedResponseException(java.lang.String message, java.lang.Throwable cause)
           
MalformedResponseException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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)