com.attask.common
Class AuthorizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.attask.common.AtTaskException
              extended by com.attask.common.AuthorizationException
All Implemented Interfaces:
ApplicationErrorCodes, AtTaskThrowable, java.io.Serializable

public class AuthorizationException
extends AtTaskException
implements ApplicationErrorCodes

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.attask.common.AtTaskException
_code, _errorIndex, _msgKey, _titleKey, _values
 
Fields inherited from interface com.attask.common.ApplicationErrorCodes
ACCESS_DENIED_ERROR, AUTHENTICATION_ERROR, BAD_DEFINITION_FILE_ERROR, BSF_EXCEPTION, BUSINESS_RULE_ERROR, DATABASE_ERROR, ERROR_LOG_THRESHOLD, INVALID_PARAMETER_ERROR, INVALID_PREFERENCE_ERROR, INVALID_TIMELINE_STRUCTURE_ERROR, MODEL_VALIDATION_ERROR, NO_RECORD_FOUND_ERROR, PASSWORD_EXCEPTION, SYSTEM_CONFIGURATION_ERROR, TIMELINE_CALCULATION_ERROR, UNIQUE
 
Constructor Summary
AuthorizationException()
           
AuthorizationException(java.lang.String key)
           
AuthorizationException(java.lang.String key, java.lang.Object[] values)
           
 
Method Summary
 
Methods inherited from class com.attask.common.AtTaskException
getCode, getErrorIndex, getMessage, getMsgKey, getStackTraceAsString, getTitle, getTitleKey, getValues, printStackTrace, setCode, setErrorIndex, setMsgKey, setTitleKey, setValues, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthorizationException

public AuthorizationException()

AuthorizationException

public AuthorizationException(java.lang.String key)

AuthorizationException

public AuthorizationException(java.lang.String key,
                              java.lang.Object[] values)


Copyright © 2006-2009 AtTask, Inc. All Rights Reserved.