com.veriplace.client.factory
Class ResponseException

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.factory.ResponseException
All Implemented Interfaces:
java.io.Serializable

public class ResponseException
extends UnexpectedException

Thrown by ResponseObjectFactory as a wrapper for an exception that was parsed from a response document.

Since:
2.5
See Also:
Serialized Form

Constructor Summary
ResponseException(VeriplaceException 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

ResponseException

public ResponseException(VeriplaceException cause)