All Packages Class Hierarchy This Package Previous Next Index

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

- public synchronized class jdceBahnException
- extends UserException
- 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.
-
jdceBahnException()
-
-
jdceBahnException(int)
-
jdceBahnException is throw if there is any kind of error in
processing a Shared Data request.
-
jdceBahnException(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.
jdceBahnException
public jdceBahnException()
jdceBahnException
public jdceBahnException(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.
jdceBahnException
public jdceBahnException(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