com.hyperion.css
Interface CSSAppExceptionIF

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CSSException

Deprecated. - instead use CSSErrorCodeIF

public interface CSSAppExceptionIF
extends java.io.Serializable

These are the methods that a customized exception class should implement. These methods allow for associating error codes to exceptions for better debugging.

Author:
Gaurav Khanna
See Also:
CSSException

Field Summary
static long ACCOUNT_DISABLED
          Deprecated. - instead use CSSErrorCodeIF.ACCOUNT_DISABLED
static long ACCOUNT_INACTIVE
          Deprecated. - instead use CSSErrorCodeIF.ACCOUNT_INACTIVE
static long ACCOUNT_LOCKED
          Deprecated. - instead use CSSErrorCodeIF.ACCOUNT_LOCKED_ERROR
static long ACCT_LOCKED
          Deprecated. - instead use CSSErrorCodeIF.ACCOUNT_LOCKED_ERROR
static long AUTHENTICATION_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.AUTHENTICATION_ERROR
static long AUTHORIZATION_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.PASSWORD_MIN_ALPHABETIC_CHARS_VIOLATION_ERRORAUTHORIZATION_ERROR}
static long BAD_PASSWORD
          Deprecated. - instead use CSSErrorCodeIF.BAD_PASSWORD_ERROR
static long CIRCULAR_DEPENDENCY_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.CIRCULAR_DEPENDENCY_ERROR
static long COMMUNICATION_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.COMMUNICATION_ERROR
static long CONFIGURATION_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.CONFIGURATION_ERROR
static long DIRECTORY_UNTRUSTED_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.DIRECTORY_UNTRUSTED_ERROR
static long ENTITY_ALREADY_EXISTS_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.ENTITY_ALREADY_EXISTS_ERROR
static long GENERAL_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.GENERAL_ERROR
static long GROUP_NOT_PROVISIONED_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.GROUP_NOT_PROVISIONED_ERROR
static long ILLEGAL_ARGUMENT_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.INVALID_ARGUMENT_ERROR
static long ILLEGAL_PASSWORD
          Deprecated. - instead use CSSErrorCodeIF.PASSWORD_ILLEGAL_ERROR
static long INVALID_DELEGATED_LIST_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.INVALID_DELEGATED_LIST_ERROR
static long INVALID_GROUP_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.INVALID_GROUP_ERROR
static long INVALID_IDENTITY_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.INVALID_IDENTITY_ERROR
static long INVALID_PRINCIPAL_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.INVALID_PRINCIPAL_ERROR
static long INVALID_ROLE_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.INVALID_ROLE_ERROR
static long INVALID_USER_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.INVALID_USER_ERROR
static long IP_ACCOUNT_LOCKED
          Deprecated. - instead use CSSErrorCodeIF.ACCOUNT_IP_LOCKED_ERROR
static long METHOD_NOT_IMPELEMENTED_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.METHOD_NOT_IMPELEMENTED_ERROR
static long NO_PROVIDER_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.NO_PROVIDER_ERROR
static long NULL_PASSWORD
          Deprecated. - instead use CSSErrorCodeIF.NULL_PASSWORD
static long OPERATION_NOT_SUPPORTED_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.OPERATION_NOT_SUPPORTED_BY_PROVIDER_ERROR
static long PASSWORD_ALPHA_NUMERIC_VIOLATION
          Deprecated. - instead use CSSErrorCodeIF.PASSWORD_ALPHA_NUMERIC_VIOLATION_ERROR
static long PASSWORD_CHANGE_REQUIRED
          Deprecated. - instead use CSSErrorCodeIF.PASSWORD_CHANGE_REQUIRED_ERROR
static long PASSWORD_EXPIRED
          Deprecated. - instead use CSSErrorCodeIF.PASSWORD_EXPIRED_ERROR
static long PASSWORD_EXPIRY_WARNING
          Deprecated. - instead use CSSErrorCodeIF.PASSWORD_EXPIRY_ERROR
static long PASSWORD_GRACE_LOGIN_MODE
          Deprecated. - instead use CSSErrorCodeIF.PASSWORD_GRACE_LOGIN_MODE_ERROR
static long PASSWORD_HAS_EXPIRED
          Deprecated. - instead use CSSErrorCodeIF.PASSWORD_EXPIRED_ERROR
static long PASSWORD_IN_HISTORY_VIOLATION
          Deprecated. - instead use CSSErrorCodeIF.PASSWORD_IN_HISTORY_VIOLATION_ERROR
static long PASSWORD_MAX_RPT_CHARS_VIOLATION
          Deprecated. - instead use CSSErrorCodeIF.PASSWORD_MAX_RPT_CHARS_VIOLATION_ERROR
static long PASSWORD_MIN_AGE_SELFMODIFY
          Deprecated. - instead use CSSErrorCodeIF.PASSWORD_MIN_AGE_SELFMODIFY_ERROR
static long PASSWORD_MIN_ALPHABETIC_CHARS_VIOLATION
          Deprecated. - instead use CSSErrorCodeIF.PASSWORD_MIN_ALPHABETIC_CHARS_VIOLATION_ERROR
static long PASSWORD_MIN_LENGTH_VIOLATION
          Deprecated. - instead use CSSErrorCodeIF.PASSWORD_MIN_LENGTH_VIOLATION_ERROR
static long PASSWORD_MIN_LOWERCASE_VIOLATION
          Deprecated. - instead use CSSErrorCodeIF.PASSWORD_MIN_LOWERCASE_VIOLATION_ERROR
static long PASSWORD_MIN_SPECIAL_CHARS_VIOLATION
          Deprecated. - instead use CSSErrorCodeIF.PASSWORD_MIN_SPECIAL_CHARS_VIOLATION_ERROR
static long PASSWORD_MIN_UPPERCASE_VIOLATION
          Deprecated. - instead use CSSErrorCodeIF.PASSWORD_MIN_UPPERCASE_VIOLATION_ERROR
static long PASSWORD_MUST_CHANGE
          Deprecated. - instead use CSSErrorCodeIF.PASSWORD_CHANGE_REQUIRED_ERROR
static long PASSWORD_POLICY_ERROR
          Deprecated. - instead use CSSErrorCodeIF.PASSWORD_POLICY_ERROR
static long REGISTRATION_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.REGISTRATION_ERROR
static long ROLLBACK_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.INVALID_ROLE_ERROR
static long SECURITY_AGENT_NOT_CONFIGURED
          Deprecated. - instead use CSSErrorCodeIF.SECURITY_AGENT_NOT_CONFIGURED_ERROR
static long TOKEN_CANNOT_BE_DECRYPTED
          Deprecated. - instead use CSSErrorCodeIF.TOKEN_CANNOT_BE_DECRYPTED_ERROR
static long TOKEN_CANNOT_BE_ENCRYPTED
          Deprecated. - instead use CSSErrorCodeIF.TOKEN_CANNOT_BE_ENCRYPTED_ERROR
static long TOKEN_NOT_ACCEPTED_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.TOKEN_NOT_ACCEPTED_ERROR
static long TOKEN_NOT_AVAILABLE_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.TOKEN_NOT_AVAILABLE_ERROR
static long TWO_SECURITY_AGENTS_SPECIFIED
          Deprecated. - instead use CSSErrorCodeIF.TWO_SECURITY_AGENTS_SPECIFIED_ERROR
static long USER_NOT_FOUND_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.USER_NOT_FOUND_ERROR
static long USER_NOT_PROVISIONED_EXCEPTION
          Deprecated. - instead use CSSErrorCodeIF.USER_NOT_PROVISIONED_ERROR
 
Method Summary
 long getErrorCode()
          Deprecated.  
 void setErrorCode(long errorCode)
          Deprecated.  
 void setLocale(java.util.Locale locale)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 

Field Detail

GENERAL_EXCEPTION

public static final long GENERAL_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.GENERAL_ERROR

Constant that specifies an abnormal behavior in the execution.

The value of this constant is "0".

See Also:
Constant Field Values

ILLEGAL_ARGUMENT_EXCEPTION

public static final long ILLEGAL_ARGUMENT_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.INVALID_ARGUMENT_ERROR

Constant that specifies an illegal argument to a method.

The value of this constant is "1".

See Also:
Constant Field Values

AUTHENTICATION_EXCEPTION

public static final long AUTHENTICATION_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.AUTHENTICATION_ERROR

Constant specifying an authentication exception. This implies that a user is found but the password does not match; in other words, the credentials are invalid.

The value of this constant is "2".

See Also:
Constant Field Values

COMMUNICATION_EXCEPTION

public static final long COMMUNICATION_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.COMMUNICATION_ERROR

Constant specifying that the directory could not be contacted and is not available for the request.

The value of this constant is "3".

See Also:
Constant Field Values

INVALID_USER_EXCEPTION

public static final long INVALID_USER_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.INVALID_USER_ERROR

Constant specifying that the user specified does not exist, but existed at some time. This exception is likely to occur if the identity is passed in but no user can be found with that identity. The user might have been deleted.

The value of this constant is "4".

See Also:
Constant Field Values

NO_PROVIDER_EXCEPTION

public static final long NO_PROVIDER_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.NO_PROVIDER_ERROR

Constant specifying that the provider does not exist. It is possible that the provider name specified does not match those that exist in the configuration.

The value of this constant is "5".

See Also:
Constant Field Values

TOKEN_NOT_AVAILABLE_EXCEPTION

public static final long TOKEN_NOT_AVAILABLE_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.TOKEN_NOT_AVAILABLE_ERROR

Constant specifying that the token cannot be created or is not available.

The value of this constant is "6".

See Also:
Constant Field Values

TOKEN_CANNOT_BE_ENCRYPTED

public static final long TOKEN_CANNOT_BE_ENCRYPTED
Deprecated. - instead use CSSErrorCodeIF.TOKEN_CANNOT_BE_ENCRYPTED_ERROR

Constant specifying that the information needed to create the token exists, hence the token has been created, but it cannot be encrypted.

The value of this constant is "7".

See Also:
Constant Field Values

TOKEN_CANNOT_BE_DECRYPTED

public static final long TOKEN_CANNOT_BE_DECRYPTED
Deprecated. - instead use CSSErrorCodeIF.TOKEN_CANNOT_BE_DECRYPTED_ERROR

Constant specifying that the token cannot be decrypted into useful information.

The value of this constant is "8".

See Also:
Constant Field Values

CONFIGURATION_EXCEPTION

public static final long CONFIGURATION_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.CONFIGURATION_ERROR

Constant specifying that the configuration cannot be retrieved, is not valid, or is corrupted.

The value of this constant is "9".

See Also:
Constant Field Values

USER_NOT_FOUND_EXCEPTION

public static final long USER_NOT_FOUND_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.USER_NOT_FOUND_ERROR

Constant specifying that the user specified does not exist. This usually happens during authentication when no user is found with that loginName.

The value of this constant is "10".

See Also:
Constant Field Values

TOKEN_NOT_ACCEPTED_EXCEPTION

public static final long TOKEN_NOT_ACCEPTED_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.TOKEN_NOT_ACCEPTED_ERROR

Constant that specifies that the token passed in from another source (another application) is not a valid token and therefore is rejected.

The value of this constant is "11".

See Also:
Constant Field Values

INVALID_IDENTITY_EXCEPTION

public static final long INVALID_IDENTITY_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.INVALID_IDENTITY_ERROR

Constant specifying that the identity is invalid or not in the correct format.

The value of this constant is "0".

See Also:
Constant Field Values

OPERATION_NOT_SUPPORTED_EXCEPTION

public static final long OPERATION_NOT_SUPPORTED_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.OPERATION_NOT_SUPPORTED_BY_PROVIDER_ERROR

Constant specifying that a particular provider does not support this operation.

The value of this constant is "13".

See Also:
Constant Field Values

INVALID_GROUP_EXCEPTION

public static final long INVALID_GROUP_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.INVALID_GROUP_ERROR

Constant specifying that the group specified does not exist. This exception might occur if the identity is passed in but no group could be found with that identity. The group may have been deleted.

The value of this constant is "14".

See Also:
Constant Field Values

DIRECTORY_UNTRUSTED_EXCEPTION

public static final long DIRECTORY_UNTRUSTED_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.DIRECTORY_UNTRUSTED_ERROR

Constant specifying that the directory is untrusted and the required operation cannot be performed. This exception might occur if the token does not carry the password for a user based in a directory that is not trusted.

The value of this constant is "15".

See Also:
Constant Field Values

SECURITY_AGENT_NOT_CONFIGURED

public static final long SECURITY_AGENT_NOT_CONFIGURED
Deprecated. - instead use CSSErrorCodeIF.SECURITY_AGENT_NOT_CONFIGURED_ERROR

Constant specifying that the Security Agent is not configured but header is passed in.

The value of this constant is "16".

See Also:
Constant Field Values

USER_NOT_PROVISIONED_EXCEPTION

public static final long USER_NOT_PROVISIONED_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.USER_NOT_PROVISIONED_ERROR

Constant specifying that the User is not provisioned.

The value of this constant is "17".

See Also:
Constant Field Values

GROUP_NOT_PROVISIONED_EXCEPTION

public static final long GROUP_NOT_PROVISIONED_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.GROUP_NOT_PROVISIONED_ERROR

Constant specifying that the Group is not provisioned.

The value of this constant is "18".

See Also:
Constant Field Values

INVALID_PRINCIPAL_EXCEPTION

public static final long INVALID_PRINCIPAL_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.INVALID_PRINCIPAL_ERROR

Constant specifying that the principal specified does not exist, but existed at some time. This exception is likely to occur if the identity is passed in but no user can be found with that identity. The user might have been deleted.

The value of this constant is "19".

See Also:
Constant Field Values

ENTITY_ALREADY_EXISTS_EXCEPTION

public static final long ENTITY_ALREADY_EXISTS_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.ENTITY_ALREADY_EXISTS_ERROR

Constant specifying that the entity already exists..

The value of this constant is "20".

See Also:
Constant Field Values

INVALID_ROLE_EXCEPTION

public static final long INVALID_ROLE_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.INVALID_ROLE_ERROR

Constant specifying that the role specified does not exist, but existed at some time. This exception is likely to occur if the identity is passed in but no role can be found with that identity. The role might have been deleted.

The value of this constant is "21".

See Also:
Constant Field Values

ROLLBACK_EXCEPTION

public static final long ROLLBACK_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.INVALID_ROLE_ERROR

Constant specifying that enveloping transacation needs to be rolled back.

The value of this constant is "22".

See Also:
Constant Field Values

BAD_PASSWORD

public static final long BAD_PASSWORD
Deprecated. - instead use CSSErrorCodeIF.BAD_PASSWORD_ERROR

The password is invalid for specified user account.

See Also:
Constant Field Values

ACCOUNT_LOCKED

public static final long ACCOUNT_LOCKED
Deprecated. - instead use CSSErrorCodeIF.ACCOUNT_LOCKED_ERROR

The specified account has been locked.

See Also:
Constant Field Values

PASSWORD_CHANGE_REQUIRED

public static final long PASSWORD_CHANGE_REQUIRED
Deprecated. - instead use CSSErrorCodeIF.PASSWORD_CHANGE_REQUIRED_ERROR

The password for the specified account must be changed prior to use.

See Also:
Constant Field Values

PASSWORD_EXPIRED

public static final long PASSWORD_EXPIRED
Deprecated. - instead use CSSErrorCodeIF.PASSWORD_EXPIRED_ERROR

The password for the specified account has expired.

See Also:
Constant Field Values

PASSWORD_EXPIRY_WARNING

public static final long PASSWORD_EXPIRY_WARNING
Deprecated. - instead use CSSErrorCodeIF.PASSWORD_EXPIRY_ERROR

Warning indicating that the password for the specified account is about to expire.

See Also:
Constant Field Values

PASSWORD_GRACE_LOGIN_MODE

public static final long PASSWORD_GRACE_LOGIN_MODE
Deprecated. - instead use CSSErrorCodeIF.PASSWORD_GRACE_LOGIN_MODE_ERROR

Warning indicating that the password for the specified account is in grace login mode.

See Also:
Constant Field Values

IP_ACCOUNT_LOCKED

public static final long IP_ACCOUNT_LOCKED
Deprecated. - instead use CSSErrorCodeIF.ACCOUNT_IP_LOCKED_ERROR

Warning indicating that the specified account has been locked from an IP address.

See Also:
Constant Field Values

ACCOUNT_DISABLED

public static final long ACCOUNT_DISABLED
Deprecated. - instead use CSSErrorCodeIF.ACCOUNT_DISABLED

The specified account has been disabled.

See Also:
Constant Field Values

ACCOUNT_INACTIVE

public static final long ACCOUNT_INACTIVE
Deprecated. - instead use CSSErrorCodeIF.ACCOUNT_INACTIVE

The specified account is inactive.

See Also:
Constant Field Values

NULL_PASSWORD

public static final long NULL_PASSWORD
Deprecated. - instead use CSSErrorCodeIF.NULL_PASSWORD

The specified password is null.

See Also:
Constant Field Values

PASSWORD_POLICY_ERROR

public static final long PASSWORD_POLICY_ERROR
Deprecated. - instead use CSSErrorCodeIF.PASSWORD_POLICY_ERROR

A password policy error has been encountered.

See Also:
Constant Field Values

PASSWORD_MIN_LENGTH_VIOLATION

public static final long PASSWORD_MIN_LENGTH_VIOLATION
Deprecated. - instead use CSSErrorCodeIF.PASSWORD_MIN_LENGTH_VIOLATION_ERROR

The specified password does not meet the minimum length criteria.

See Also:
Constant Field Values

PASSWORD_ALPHA_NUMERIC_VIOLATION

public static final long PASSWORD_ALPHA_NUMERIC_VIOLATION
Deprecated. - instead use CSSErrorCodeIF.PASSWORD_ALPHA_NUMERIC_VIOLATION_ERROR

The specified password does not meet the minimum number of alpha-numeric characters criteria.

See Also:
Constant Field Values

ILLEGAL_PASSWORD

public static final long ILLEGAL_PASSWORD
Deprecated. - instead use CSSErrorCodeIF.PASSWORD_ILLEGAL_ERROR

The specified password is illegal

See Also:
Constant Field Values

PASSWORD_MUST_CHANGE

public static final long PASSWORD_MUST_CHANGE
Deprecated. - instead use CSSErrorCodeIF.PASSWORD_CHANGE_REQUIRED_ERROR

The password for the specified account must be changed prior to use.

See Also:
Constant Field Values

ACCT_LOCKED

public static final long ACCT_LOCKED
Deprecated. - instead use CSSErrorCodeIF.ACCOUNT_LOCKED_ERROR

The specified account has been locked.

See Also:
Constant Field Values

PASSWORD_HAS_EXPIRED

public static final long PASSWORD_HAS_EXPIRED
Deprecated. - instead use CSSErrorCodeIF.PASSWORD_EXPIRED_ERROR

The password for the specified account has expired.

See Also:
Constant Field Values

PASSWORD_MAX_RPT_CHARS_VIOLATION

public static final long PASSWORD_MAX_RPT_CHARS_VIOLATION
Deprecated. - instead use CSSErrorCodeIF.PASSWORD_MAX_RPT_CHARS_VIOLATION_ERROR

The specified password exceeds the maximum repeated characters allowed.

See Also:
Constant Field Values

PASSWORD_MIN_UPPERCASE_VIOLATION

public static final long PASSWORD_MIN_UPPERCASE_VIOLATION
Deprecated. - instead use CSSErrorCodeIF.PASSWORD_MIN_UPPERCASE_VIOLATION_ERROR

The specified password does not meet the minimum number of uppercase criteria.

See Also:
Constant Field Values

PASSWORD_MIN_LOWERCASE_VIOLATION

public static final long PASSWORD_MIN_LOWERCASE_VIOLATION
Deprecated. - instead use CSSErrorCodeIF.PASSWORD_MIN_LOWERCASE_VIOLATION_ERROR

The specified password does not meet the minimum number of lowercase criteria.

See Also:
Constant Field Values

PASSWORD_MIN_SPECIAL_CHARS_VIOLATION

public static final long PASSWORD_MIN_SPECIAL_CHARS_VIOLATION
Deprecated. - instead use CSSErrorCodeIF.PASSWORD_MIN_SPECIAL_CHARS_VIOLATION_ERROR

The specified password does not meet the minimum number of special chars criteria.

See Also:
Constant Field Values

PASSWORD_MIN_ALPHABETIC_CHARS_VIOLATION

public static final long PASSWORD_MIN_ALPHABETIC_CHARS_VIOLATION
Deprecated. - instead use CSSErrorCodeIF.PASSWORD_MIN_ALPHABETIC_CHARS_VIOLATION_ERROR

The specified password does not meet the minimum number of alphabetical chars criteria.

See Also:
Constant Field Values

AUTHORIZATION_EXCEPTION

public static final long AUTHORIZATION_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.PASSWORD_MIN_ALPHABETIC_CHARS_VIOLATION_ERRORAUTHORIZATION_ERROR}

Constant specifying an authorization exception.

The value of this constant is "60".

See Also:
Constant Field Values

PASSWORD_IN_HISTORY_VIOLATION

public static final long PASSWORD_IN_HISTORY_VIOLATION
Deprecated. - instead use CSSErrorCodeIF.PASSWORD_IN_HISTORY_VIOLATION_ERROR

The specified password does is use available in History Reuse old password as new password criteria.

See Also:
Constant Field Values

PASSWORD_MIN_AGE_SELFMODIFY

public static final long PASSWORD_MIN_AGE_SELFMODIFY
Deprecated. - instead use CSSErrorCodeIF.PASSWORD_MIN_AGE_SELFMODIFY_ERROR

The specified password cannot be modified Pwd min age self modify

See Also:
Constant Field Values

METHOD_NOT_IMPELEMENTED_EXCEPTION

public static final long METHOD_NOT_IMPELEMENTED_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.METHOD_NOT_IMPELEMENTED_ERROR

Constant specifying that a method is not implemented

The value of this constant is "90".

See Also:
Constant Field Values

CIRCULAR_DEPENDENCY_EXCEPTION

public static final long CIRCULAR_DEPENDENCY_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.CIRCULAR_DEPENDENCY_ERROR

Constant specifying a circular dependency exception.

The value of this constant is "70".

See Also:
Constant Field Values

REGISTRATION_EXCEPTION

public static final long REGISTRATION_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.REGISTRATION_ERROR

Constant specifying a registration exception.

The value of this constant is "80".

See Also:
Constant Field Values

TWO_SECURITY_AGENTS_SPECIFIED

public static final long TWO_SECURITY_AGENTS_SPECIFIED
Deprecated. - instead use CSSErrorCodeIF.TWO_SECURITY_AGENTS_SPECIFIED_ERROR

Constant specifying that two agent, Netegrity & Kerberos were both specified in login context. Only 1 may be specified. .

The value of this constant is "80".

See Also:
Constant Field Values

INVALID_DELEGATED_LIST_EXCEPTION

public static final long INVALID_DELEGATED_LIST_EXCEPTION
Deprecated. - instead use CSSErrorCodeIF.INVALID_DELEGATED_LIST_ERROR

Constant specifying that the delegated list specified does not exist, but existed at some time. This exception is likely to occur if the identity is passed in but no delegated list can be found with that identity. The role delegated have been deleted.

The value of this constant is "82".

See Also:
Constant Field Values
Method Detail

toString

public java.lang.String toString()
Deprecated.  

The string representation of this throwable.

Returns:
the String representation of this throwable

getErrorCode

public long getErrorCode()
Deprecated.  

Returns the error code. This code might be application specified and dependent due to the exception.

Returns:
the error code

setErrorCode

public void setErrorCode(long errorCode)
Deprecated.  

Sets the error code

Parameters:
errorCode - Specifies the type of error and is associated with an exception class.

setLocale

public void setLocale(java.util.Locale locale)
Deprecated.  

Sets the locale for exception messages. You must set the locale before invoking the CSSException.getMessage(long).

Parameters:
locale - The name of the geographical or cultural locale object defined in java.util.Locale.


Copyright © 2005-2009 Oracle Corporation.