All Packages Class Hierarchy This Package Previous Next Index

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

- public synchronized class jdceRMIBahnException
- extends Exception
- implements Serializable, jdceException
jdceBahn Exception, which occurs due to some non-permissible event of the
DataBahn.
- Version:
- 0.5 20 April 1998
- Author:
- Shrideep Pallickara

-
type
- The type of this Shared Data exception.
-
jdceRMIBahnException()
-
-
jdceRMIBahnException(int)
-
jdceBahnException is throw if there is any kind of error in
processing a Shared Data request.
-
jdceRMIBahnException(String)
-
jdceBahnException 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.
jdceRMIBahnException
public jdceRMIBahnException()
jdceRMIBahnException
public jdceRMIBahnException(String s)
-
jdceBahnException is throw if there is any kind of error in
processing a Shared Data request.
- Parameters:
- s - a string describing the exception thrown.
jdceRMIBahnException
public jdceRMIBahnException(int type)
-
jdceBahnException 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