All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lava.net.psyc.PSYCException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----lava.net.psyc.PSYCException

public class PSYCException
extends IOException

Variable Index

 o NO_ERROR_CODE_GIVEN

Constructor Index

 o PSYCException()
 o PSYCException(int)
 o PSYCException(String)

Method Index

 o errorToString(int)
 o getErrorCode()

Variables

 o NO_ERROR_CODE_GIVEN
 public static final int NO_ERROR_CODE_GIVEN

Constructors

 o PSYCException
 public PSYCException()
 o PSYCException
 public PSYCException(int errorCode)
 o PSYCException
 public PSYCException(String error)

Methods

 o getErrorCode
 public int getErrorCode()
 o errorToString
 public static String errorToString(int errorCode)

All Packages  Class Hierarchy  This Package  Previous  Next  Index