jpl.mipl.mdms.FileService.komodo.api
Class SessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jpl.mipl.mdms.FileService.komodo.api.SessionException
- All Implemented Interfaces:
- Serializable
public class SessionException
- extends Exception
Session Exception class. Note: All code throwing this exception must
supply errno and a message.
- Version:
- $Id: SessionException.java,v 1.2 2003/09/04 23:13:00 rap Exp $
- Author:
- J. Jacobson
- See Also:
- Serialized Form
|
Method Summary |
int |
getErrno()
Method to return the current error number |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SessionException
public SessionException(String message,
int errno)
- Constructor
- Parameters:
message - string describing the exceptionerrno - The error number for the exception
getErrno
public final int getErrno()
- Method to return the current error number
- Returns:
- errno The error number associated with the exception.