org.javaWebGen.exception
Class WebAuthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.javaWebGen.exception.UtilException
              extended by org.javaWebGen.exception.WebAppException
                  extended by org.javaWebGen.exception.WebAuthException
All Implemented Interfaces:
java.io.Serializable

public class WebAuthException
extends WebAppException

Application Authentication Eroor Action not allowed

Version:
$Revision: 1.2 $
Author:
Kevin Scott
See Also:
Serialized Form

Field Summary
static int AUTH_ERROR
           
 int code
           
static int GENERIC
           
static java.lang.String[] messages
           
static int NONE
           
 
Fields inherited from class org.javaWebGen.exception.WebAppException
APP_ERROR, CONFIG_ERROR, DATA_ERROR, UPDATE_DID_NOTHING, VALIDATE_ERROR
 
Fields inherited from class org.javaWebGen.exception.UtilException
CACHE_MANAGER, CODE_GENERATOR_EXEC, CODE_GENERATOR_INIT, OBJECT_POOL, PROPREADER, STRING_REPLACE
 
Constructor Summary
WebAuthException()
           
WebAuthException(int code)
           
WebAuthException(int code, java.lang.Exception e)
           
WebAuthException(int code, java.sql.SQLException e)
           
WebAuthException(int code, java.lang.String msg)
           
WebAuthException(int code, java.lang.String msg, java.lang.Exception e)
           
WebAuthException(java.lang.String msg)
           
 
Method Summary
 java.lang.String getError()
           
 
Methods inherited from class org.javaWebGen.exception.WebAppException
getCode, getException
 
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

NONE

public static final int NONE
See Also:
Constant Field Values

GENERIC

public static final int GENERIC
See Also:
Constant Field Values

AUTH_ERROR

public static final int AUTH_ERROR
See Also:
Constant Field Values

code

public int code

messages

public static java.lang.String[] messages
Constructor Detail

WebAuthException

public WebAuthException()

WebAuthException

public WebAuthException(java.lang.String msg)

WebAuthException

public WebAuthException(int code,
                        java.sql.SQLException e)

WebAuthException

public WebAuthException(int code)

WebAuthException

public WebAuthException(int code,
                        java.lang.String msg)

WebAuthException

public WebAuthException(int code,
                        java.lang.String msg,
                        java.lang.Exception e)

WebAuthException

public WebAuthException(int code,
                        java.lang.Exception e)
Method Detail

getError

public java.lang.String getError()


Copyright(C) 2003-2006 Kevin Scott - All Rights Reserved.