org.openptk.exception
Class ResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openptk.exception.ResponseException
All Implemented Interfaces:
java.io.Serializable

public class ResponseException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
ResponseException(java.lang.String message)
          Create a new ResponseException, use the provided message.
ResponseException(java.lang.Throwable ex)
          Create a new ResponseException, use the provided Exception.
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ResponseException

public ResponseException(java.lang.String message)
Create a new ResponseException, use the provided message.

Parameters:
message - a description of the exception

ResponseException

public ResponseException(java.lang.Throwable ex)
Create a new ResponseException, use the provided Exception.

Parameters:
ex - an existing Exception (Throwable)


View/submit a bug or feature

For further API reference and developer documentation, see www.openptk.org. That documentation contains more detailed, developer-targeted descriptions, definitions of terms, workarounds, and working code examples.

Copyright (C) 2008-2012, Project OpenPTK. All Rights Reserved