Public Member Functions | |
DefaultAcsJException (String message, int errType, int errCode, String shortDescription) | |
UserException | toCorbaException () |
String | getShortDescription () |
Protected Member Functions | |
int | getErrorType () |
int | getErrorCode () |
Package Functions | |
DefaultAcsJException (ErrorTrace etCause) | |
Private Attributes | |
int | errType |
int | errCode |
String | shortDescription |
ErrorTrace
object can't be converted to a genuine Java exception for one of the following reasons: ErrorTrace
, because the original exception was not thrown in Java. AcsJException
, e.g. any of the java.lang
exceptions. In order to not loose the information contained in ErrorTrace
or AcsJException
, we reconstruct the non-ACS exception as a DefaultAcsJException
, stating the original exception class in the message string.
|
|
|
|
|
Implements alma::acs::exceptions::AcsJException.
|
|
Implements alma::acs::exceptions::AcsJException.
|
|
Reimplemented from alma::acs::exceptions::AcsJException.
|
|
Unlike other exception classes, this class does not correspond directly to an IDL defined type safe exception. Therefore, the returned UserException is an instance of
Implements alma::acs::exceptions::AcsJException.
|
|
|
|
|
|
|