Class sunw.corba.CORBAException
All Packages Class Hierarchy This Package Previous Next Index
Class sunw.corba.CORBAException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----sunw.orb.ORBException
|
+----sunw.corba.CORBAException
- public class CORBAException
- extends ORBException
-
None
- Corba exception type None.
-
System
- Corba exception type System.
-
User
- Corba exception type User.
-
CORBAException(int)
- Partially specified constructor.
-
CORBAException(int, String)
- Fully specified constructor.
-
getExceptionId()
-
-
getExceptionType()
-
-
toString()
-
None
public final static int None
- Corba exception type None.
User
public final static int User
- Corba exception type User.
System
public final static int System
- Corba exception type System.
CORBAException
protected CORBAException(int type,
String id)
- Fully specified constructor. This should only be called when instantiating
specific exception subclasses.
- Parameters:
- type - The corba exception type (None, User, or System).
- id - The corba exception id (a string representation of the exception class name).
CORBAException
protected CORBAException(int type)
- Partially specified constructor. Appends a null exception id before instantiation.
(this should probably go away)
- Parameters:
- type - The corba exception type (None, User, or System).
getExceptionType
public int getExceptionType()
getExceptionId
public String getExceptionId()
toString
public String toString()
- Overrides:
- toString in class ORBException
All Packages Class Hierarchy This Package Previous Next Index