All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Abstract.ConnectionException

Abstract.ConnectionException

public class ConnectionException
JATLite ConnectionException class

See Also:
Exception

Variable Index

 o ADDRESSNOTFOUND
 o HOSTUNKNOWN
 o INPUTCLOSE
 o INPUTOPEN
 o INPUTREAD
 o MESSAGE
 o MSGENDWITH
 o MSGLENGTH
 o NULLADDRESS
 o NULLCTABLE
 o NULLINPUT
 o NULLMSGQUEUE
 o NULLOUTPUT
 o NULLPOINTER
 o OUTPUTCLOSE
 o OUTPUTOPEN
 o OUTPUTWRITE
 o RECEIVERINIT
 o SECURITYCHECKFAIL
 o SERVERSOCKET
 o SERVERSOCKETCLOSE
 o SERVERSOCKETMETHOD
 o SERVERSOCKETOPEN
 o SOCKETCLOSE
 o SOCKETINPUT
 o SOCKETOPEN
 o THREAD
 o THREADCLOSE
 o THREADSTART

Constructor Index

 o ConnectionException()
Default Constructor without Error Message
 o ConnectionException(int)
Constructor with error code
 o ConnectionException(String)
Constructor which passes Error Message

Method Index

 o getCode()

Variables

 o INPUTOPEN
 public static final int INPUTOPEN
 o INPUTREAD
 public static final int INPUTREAD
 o INPUTCLOSE
 public static final int INPUTCLOSE
 o OUTPUTOPEN
 public static final int OUTPUTOPEN
 o OUTPUTWRITE
 public static final int OUTPUTWRITE
 o OUTPUTCLOSE
 public static final int OUTPUTCLOSE
 o SOCKETOPEN
 public static final int SOCKETOPEN
 o SOCKETCLOSE
 public static final int SOCKETCLOSE
 o SOCKETINPUT
 public static final int SOCKETINPUT
 o SERVERSOCKET
 public static final int SERVERSOCKET
 o SERVERSOCKETOPEN
 public static final int SERVERSOCKETOPEN
 o SERVERSOCKETCLOSE
 public static final int SERVERSOCKETCLOSE
 o SERVERSOCKETMETHOD
 public static final int SERVERSOCKETMETHOD
 o HOSTUNKNOWN
 public static final int HOSTUNKNOWN
 o NULLPOINTER
 public static final int NULLPOINTER
 o NULLMSGQUEUE
 public static final int NULLMSGQUEUE
 o NULLCTABLE
 public static final int NULLCTABLE
 o NULLINPUT
 public static final int NULLINPUT
 o NULLOUTPUT
 public static final int NULLOUTPUT
 o NULLADDRESS
 public static final int NULLADDRESS
 o MESSAGE
 public static final int MESSAGE
 o MSGENDWITH
 public static final int MSGENDWITH
 o MSGLENGTH
 public static final int MSGLENGTH
 o THREAD
 public static final int THREAD
 o THREADSTART
 public static final int THREADSTART
 o THREADCLOSE
 public static final int THREADCLOSE
 o RECEIVERINIT
 public static final int RECEIVERINIT
 o ADDRESSNOTFOUND
 public static final int ADDRESSNOTFOUND
 o SECURITYCHECKFAIL
 public static final int SECURITYCHECKFAIL

Constructors

 o ConnectionException
 public ConnectionException()
Default Constructor without Error Message

 o ConnectionException
 public ConnectionException(String s)
Constructor which passes Error Message

Parameters:
s - Error Message
 o ConnectionException
 public ConnectionException(int code)
Constructor with error code

Parameters:
code - Integer error code

Methods

 o getCode
 public int getCode()

All Packages  Class Hierarchy  This Package  Previous  Next  Index