com.veriplace.client
Class VeriplaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.veriplace.client.VeriplaceException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- RequestDeniedException, RequestNotFoundException, RespondedException, UnexpectedException, WaitingException
public class VeriplaceException
- extends java.lang.Exception
Base class for all exceptions that can be thrown by the Veriplace client,
other than I/O exceptions.
- 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 |
VeriplaceException
protected VeriplaceException()
VeriplaceException
protected VeriplaceException(java.lang.String message)
VeriplaceException
protected VeriplaceException(java.lang.Throwable cause)
VeriplaceException
protected VeriplaceException(java.lang.String message,
java.lang.Throwable cause)