All Packages Class Hierarchy This Package Previous Next Index

Class jdce.util.exception.jdceRMIClientException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----jdce.util.exception.jdceRMIClientException

- public synchronized class jdceRMIClientException
- extends Exception
- implements Serializable, jdceException
jdceClientException class.
- Version:
- 0.5 20 April 1998
- Author:
- Shrideep Pallickara

-
type
- The type of this Shared Data exception.
-
jdceRMIClientException()
-
-
jdceRMIClientException(int)
-
jdceClientException is throw if there is any kind of error in
processing a Shared Data request.
-
jdceRMIClientException(String)
-
jdceClientException is throw if there is any kind of error in
processing a Shared Data request.
-
getType()
-
getType the the type of this Shared Data exception.
-
typeToString(int)
-
typeToString converts an exception type into a string
describing it.
type
public int type
- The type of this Shared Data exception.
jdceRMIClientException
public jdceRMIClientException()
jdceRMIClientException
public jdceRMIClientException(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.
jdceRMIClientException
public jdceRMIClientException(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.
getType
public int getType()
-
getType the the type of this Shared Data exception.
- Returns:
- the type of this Shared Data exception.
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