com.sshtools.publickey
Class PublicKeySubsystemException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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

Field Summary
static int ACCESS_DENIED
           
static int GENERAL_FAILURE
           
static int KEY_NOT_FOUND
           
static int KEY_NOT_SUPPORTED
           
static int REQUEST_NOT_SUPPPORTED
           
static int STORAGE_EXCEEDED
           
 
Constructor Summary
PublicKeySubsystemException(int status, java.lang.String desc)
           
 
Method Summary
 int getStatus()
           
 
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
 

Field Detail

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
Constructor Detail

PublicKeySubsystemException

public PublicKeySubsystemException(int status,
                                   java.lang.String desc)
Method Detail

getStatus

public int getStatus()


Copyright © 2003 3SP LTD. All Rights Reserved.