public class BSIException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
protected int |
errorCode |
| Constructor and Description |
|---|
BSIException(int error)
Constructor specifying the error code value as
defined in the GSC-IS v2.0, Table 4.1
|
BSIException(int error,
java.lang.String msg)
Constructor specifying the error code value
and corresponding message as defined in
the GSC-IS v2.0, Table 4.1
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Returns the error code.
|
public BSIException(int error)
Constructor specifying the error code value as defined in the GSC-IS v2.0, Table 4.1
error - Error code.
public BSIException(int error,
java.lang.String msg)
Constructor specifying the error code value and corresponding message as defined in the GSC-IS v2.0, Table 4.1
error - Error code.msg - Message desscribing the meaning
of the error code (GSC-IS v2.0, Table 4.1)
Copyright © 1998-2010 ActivIdentity (All rights reserved)