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 SERVER_NOT_STARTED
The return code indicating that it was unable to start the server.

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.

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