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
-
NO_ERROR_CODE_GIVEN
-
-
PSYCException()
-
-
PSYCException(int)
-
-
PSYCException(String)
-
-
errorToString(int)
-
-
getErrorCode()
-
NO_ERROR_CODE_GIVEN
public static final int NO_ERROR_CODE_GIVEN
PSYCException
public PSYCException()
PSYCException
public PSYCException(int errorCode)
PSYCException
public PSYCException(String error)
getErrorCode
public int getErrorCode()
errorToString
public static String errorToString(int errorCode)
All Packages Class Hierarchy This Package Previous Next Index