com.sshtools.publickey
Class PublicKeySubsystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sshtools.publickey.PublicKeySubsystemException
- All Implemented Interfaces:
- java.io.Serializable
- public class PublicKeySubsystemException
- extends java.lang.Exception
Exception thrown by the PublicKeySubsystem
when erros occure in
listing, adding or removing keys.
- Author:
- Lee David Painter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACCESS_DENIED
public static final int ACCESS_DENIED
- See Also:
- Constant Field Values
STORAGE_EXCEEDED
public static final int STORAGE_EXCEEDED
- See Also:
- Constant Field Values
REQUEST_NOT_SUPPPORTED
public static final int REQUEST_NOT_SUPPPORTED
- See Also:
- Constant Field Values
KEY_NOT_FOUND
public static final int KEY_NOT_FOUND
- See Also:
- Constant Field Values
KEY_NOT_SUPPORTED
public static final int KEY_NOT_SUPPORTED
- See Also:
- Constant Field Values
GENERAL_FAILURE
public static final int GENERAL_FAILURE
- See Also:
- Constant Field Values
PublicKeySubsystemException
public PublicKeySubsystemException(int status,
java.lang.String desc)
getStatus
public int getStatus()
Copyright © 2003 3SP LTD. All Rights Reserved.