Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.ciphercore
Class UserPasswordException  view UserPasswordException download UserPasswordException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.security.GeneralSecurityException
              extended byjava.security.DigestException
                  extended bycom.ciphercore.UserPasswordException
All Implemented Interfaces:
java.io.Serializable

public class UserPasswordException
extends java.security.DigestException


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  int _type
           
static int TYPE_DIGEST_CORRUPT
           
static int TYPE_PASSWORD_INCORRECT
           
static int TYPE_USER_UNKNOWN
           
 
Fields inherited from class java.security.DigestException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UserPasswordException(int type)
           
 
Method Summary
 int getType()
           
protected static java.lang.String setMessage(int type)
           
protected  void setType(int type)
           
 
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

TYPE_USER_UNKNOWN

public static final int TYPE_USER_UNKNOWN
See Also:
Constant Field Values

TYPE_PASSWORD_INCORRECT

public static final int TYPE_PASSWORD_INCORRECT
See Also:
Constant Field Values

TYPE_DIGEST_CORRUPT

public static final int TYPE_DIGEST_CORRUPT
See Also:
Constant Field Values

_type

private int _type
Constructor Detail

UserPasswordException

public UserPasswordException(int type)
Method Detail

setMessage

protected static java.lang.String setMessage(int type)

setType

protected void setType(int type)

getType

public int getType()