All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdce.util.exception.jdceClientException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----org.omg.CORBA.UserException
                           |
                           +----jdce.util.exception.jdceClientException

public synchronized class jdceClientException
extends UserException
implements Serializable, jdceException
jdceClientException class.

Version:
0.5 20 April 1998
Author:
Shrideep Pallickara

Variable Index

 o type
The type of this Shared Data exception.

Constructor Index

 o jdceClientException()
 o jdceClientException(int)
jdceClientException is throw if there is any kind of error in processing a Shared Data request.
 o jdceClientException(String)
jdceClientException is throw if there is any kind of error in processing a Shared Data request.

Method Index

 o getType()
getType the the type of this Shared Data exception.
 o typeToString(int)
typeToString converts an exception type into a string describing it.

Variables

 o type
 public int type
The type of this Shared Data exception.

Constructors

 o jdceClientException
 public jdceClientException()
 o jdceClientException
 public jdceClientException(String s)
jdceClientException is throw if there is any kind of error in processing a Shared Data request.

Parameters:
s - a string describing the exception thrown.
 o jdceClientException
 public jdceClientException(int type)
jdceClientException is throw if there is any kind of error in processing a Shared Data request.

Parameters:
type - the type of this Shared Data exception.

Methods

 o getType
 public int getType()
getType the the type of this Shared Data exception.

Returns:
the type of this Shared Data exception.
 o typeToString
 public String typeToString(int type)
typeToString converts an exception type into a string describing it.

Parameters:
type - the exception type.
Returns:
a String describing this type of exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index