All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.access.ServerStartupException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----com.ibm.as400.access.ServerStartupException

public class ServerStartupException
extends IOException
implements ReturnCodeException
The ServerStartupException class represents an exception that indicates that a server could not be started.


Variable Index

 o CONNECTION_NOT_ESTABLISHED
The return code indicating that it was unable to establish a connection.
 o CONNECTION_PORT_CANNOT_CONNECT_TO
The return code indicating that it was unable to connect to the port.
 o PASSWORD_ENCRYPT_INVALID
The return code indicating that it was password encryption indicator is not valid.
 o PASSWORD_LENGTH_NOT_VALID
The return code indicating that it was password length is not valid.
 o RANDOM_SEED_EXCHANGE_INVALID
The return code indicating that it was an invalid exchange random seed request.
 o RANDOM_SEED_INVALID
The return code indicating that it was a random seed not valid.
 o RANDOM_SEED_REQUIRED
The return code indicating that it was a random seed required when doing password substitute.
 o REQUEST_DATA_ERROR
The return code indicating that it was an error in request data.
 o REQUEST_ID_NOT_VALID
The return code indicating that it was a request ID not valid.
 o SEND_REPLY_INVALID
The return code indicating that it was send reply indicator is not valid.
 o SERVER_NOT_STARTED
The return code indicating that it was unable to start the server.
 o SIGNON_CONNECT_FAILED
The return code indicating that it was unable to connect to signon server.
 o START_SERVER_REQUEST_NOT_VALID
The return code indicating that it was start server request is not valid.
 o START_SERVER_UNKNOWN_ERROR
The return code indicating that it was an unknown error starting server.
 o USERID_LENGTH_NOT_VALID
The return code indicating that it was user ID length is not valid.

Method Index

 o getReturnCode()
Returns the return code associated with this exception.

Variables

 o CONNECTION_NOT_ESTABLISHED
 public static final int CONNECTION_NOT_ESTABLISHED
The return code indicating that it was unable to establish a connection.

 o CONNECTION_PORT_CANNOT_CONNECT_TO
 public static final int CONNECTION_PORT_CANNOT_CONNECT_TO
The return code indicating that it was unable to connect to the port.

 o SERVER_NOT_STARTED
 public static final int SERVER_NOT_STARTED
The return code indicating that it was unable to start the server.

 o SIGNON_CONNECT_FAILED
 public static final int SIGNON_CONNECT_FAILED
The return code indicating that it was unable to connect to signon server.

 o RANDOM_SEED_EXCHANGE_INVALID
 public static final int RANDOM_SEED_EXCHANGE_INVALID
The return code indicating that it was an invalid exchange random seed request.

 o REQUEST_ID_NOT_VALID
 public static final int REQUEST_ID_NOT_VALID
The return code indicating that it was a request ID not valid.

 o RANDOM_SEED_INVALID
 public static final int RANDOM_SEED_INVALID
The return code indicating that it was a random seed not valid.

 o RANDOM_SEED_REQUIRED
 public static final int RANDOM_SEED_REQUIRED
The return code indicating that it was a random seed required when doing password substitute.

 o PASSWORD_ENCRYPT_INVALID
 public static final int PASSWORD_ENCRYPT_INVALID
The return code indicating that it was password encryption indicator is not valid.

 o USERID_LENGTH_NOT_VALID
 public static final int USERID_LENGTH_NOT_VALID
The return code indicating that it was user ID length is not valid.

 o PASSWORD_LENGTH_NOT_VALID
 public static final int PASSWORD_LENGTH_NOT_VALID
The return code indicating that it was password length is not valid.

 o SEND_REPLY_INVALID
 public static final int SEND_REPLY_INVALID
The return code indicating that it was send reply indicator is not valid.

 o START_SERVER_REQUEST_NOT_VALID
 public static final int START_SERVER_REQUEST_NOT_VALID
The return code indicating that it was start server request is not valid.

 o REQUEST_DATA_ERROR
 public static final int REQUEST_DATA_ERROR
The return code indicating that it was an error in request data.

 o START_SERVER_UNKNOWN_ERROR
 public static final int START_SERVER_UNKNOWN_ERROR
The return code indicating that it was an unknown error starting server.

Methods

 o getReturnCode
 public int getReturnCode()
Returns the return code associated with this exception.

Returns:
The return code.

All Packages  Class Hierarchy  This Package  Previous  Next  Index