com.veriplace.client
Class UnexpectedException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadParameterException, ConfigurationException, InvalidCallbackException, MalformedResponseException, ResponseException, StatusViewException, TransportException, VeriplaceOAuthException

public class UnexpectedException
extends VeriplaceException

Base class for all exceptions that do not represent a normal failure mode. This includes I/O errors and unexpected OAuth error responses.

Since:
2.0
See Also:
Serialized Form

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

UnexpectedException

protected UnexpectedException(java.lang.String message)

UnexpectedException

public UnexpectedException(java.lang.Throwable cause)

UnexpectedException

protected UnexpectedException(java.lang.String message,
                              java.lang.Throwable cause)