javax.microedition.ipdr
Class ConnectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.microedition.ipdr.ConnectionException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionException
extends java.lang.Exception

Represents a connection-level exception

This class specifies a connection-level exceptional condition.

Version:
1.0
Author:
Shai Gotlib

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ConnectionException()
          Creates a new connection exception.
ConnectionException(java.lang.String message)
          Creates a new connection exception with a specified detail message.
ConnectionException(java.lang.String message, java.lang.Throwable cause)
          Creates a new connection exception with a specified detail message and a specified cause
 
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

ConnectionException

public ConnectionException()
Creates a new connection exception.


ConnectionException

public ConnectionException(java.lang.String message)
Creates a new connection exception with a specified detail message.

Parameters:
message - the detail message.

ConnectionException

public ConnectionException(java.lang.String message,
                           java.lang.Throwable cause)
Creates a new connection exception with a specified detail message and a specified cause

Parameters:
message - the detail message.
cause - the cause.