public class InternalErrorException extends java.lang.RuntimeException implements ReturnCodeException
| Modifier and Type | Field and Description | 
|---|---|
| static int | DATA_STREAM_LEVEL_NOT_VALIDThe return code indicating that  
       the server job cannot support the level of data streams that the client
       is using. | 
| static int | DATA_STREAM_UNKNOWNThe return code indicating that  
       the data stream received from the server job was not of the
       type or format expected. | 
| static int | PASSWORD_IMPROPERLY_ENCRYPTEDThe return code indicating that  
       the password has not been encrypted properly (pre-V2R2 encryption may
       have been used). | 
| static int | PROTOCOL_ERRORThe return code indicating that  
       a protocol error occurred while communicating with the system. | 
| static int | SECURITY_INVALID_STATEThe return code indicating that  
       the security manager is in a state that is not valid. | 
| static int | SYNTAX_ERRORThe return code indicating that  
       the server job received a data stream that had 
       data or a format that was not valid. | 
| static int | UNEXPECTED_EXCEPTIONThe return code indicating that  
       an unexpected exception was received. | 
| static int | UNEXPECTED_RETURN_CODEThe return code indicating that  
       an unexpected return code was received. | 
| static int | UNKNOWNThe return code indicating that  
       the exact cause of the failure is not known. | 
| static int | VRM_NOT_VALIDThe return code indicating that  
       the server job cannot support this version of the client. | 
| Constructor and Description | 
|---|
| InternalErrorException(int returnCode)Constructs an InternalErrorException object. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getReturnCode()Returns the return code associated with this exception. | 
public static final int DATA_STREAM_LEVEL_NOT_VALID
public static final int DATA_STREAM_UNKNOWN
public static final int PASSWORD_IMPROPERLY_ENCRYPTED
public static final int PROTOCOL_ERROR
public static final int SYNTAX_ERROR
public static final int UNKNOWN
public static final int VRM_NOT_VALID
public static final int SECURITY_INVALID_STATE
public static final int UNEXPECTED_RETURN_CODE
public static final int UNEXPECTED_EXCEPTION
public InternalErrorException(int returnCode)
returnCode - The return code which identifies the message to be returned.public int getReturnCode()
getReturnCode in interface ReturnCodeException