org.openptk.exception
Class ConnectionException

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

public class ConnectionException
extends java.lang.Exception

Provision Framework Operation related Exceptions.

See Also:
Serialized Form

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

ConnectionException

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

Parameters:
message - a description of the exception

ConnectionException

public ConnectionException(java.lang.Throwable ex)
Create a new OperationException, 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