|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.hyperion.css.CSSException | +--com.hyperion.css.CSSTokenNotAcceptedException
This exception, if thrown, implies that the token passed in from another source (another application) is not a valid token and therefore is rejected.
CSSAppExceptionIF.TOKEN_NOT_ACCEPTED_EXCEPTION
,
Serialized FormField Summary |
Constructor Summary | |
CSSTokenNotAcceptedException()
Constructor with no arguments. |
|
CSSTokenNotAcceptedException(java.lang.String explanation)
Constructor with explanation argument. |
|
CSSTokenNotAcceptedException(java.lang.String explanation,
long errorCode)
Constructor with explanation and errorCode arguments. |
|
CSSTokenNotAcceptedException(java.lang.String explanation,
java.lang.Throwable rootException)
Constructor with explanation and rootException arguments. |
|
CSSTokenNotAcceptedException(java.lang.Throwable rootException)
Constructor with rootException argument. |
Method Summary | |
long |
getErrorCode()
Gets the error Code. |
void |
setErrorCode(long errorCode)
Sets the error Code. |
Methods inherited from class com.hyperion.css.CSSException |
getMessage, getProvider, getRootCause, printStackTrace, printStackTrace, printStackTrace, setLocale, setRootCause, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CSSTokenNotAcceptedException(java.lang.String explanation)
Constructor with explanation argument.
explanation
- String that states the reason for the exception.public CSSTokenNotAcceptedException(java.lang.String explanation, long errorCode)
Constructor with explanation and errorCode arguments.
explanation
- String that states the reason for the exception.errorCode
- Specifies the type of error and is associated with an exception class.public CSSTokenNotAcceptedException(java.lang.Throwable rootException)
Constructor with rootException argument.
rootException
- The exception that caused this exception.public CSSTokenNotAcceptedException(java.lang.String explanation, java.lang.Throwable rootException)
Constructor with explanation and rootException arguments.
explanation
- String that states the reason for the exception.rootException
- The exception that caused this exception.public CSSTokenNotAcceptedException()
Constructor with no arguments.
Method Detail |
public long getErrorCode()
Gets the error Code. Need to override this method so that the right error code gets assigned. Note that Java methods are virtual but not instance variables.
getErrorCode
in interface CSSAppExceptionIF
getErrorCode
in class CSSException
public void setErrorCode(long errorCode)
Sets the error Code. Need to override this method so that the right error code gets assigned. Note that Java methods are virtual but not instance variables.
setErrorCode
in interface CSSAppExceptionIF
setErrorCode
in class CSSException
errorCode
- Specifies the type of error and is associated with an exception class.
|
Copyright 2004 Hyperion Solutions Corporation. All rights reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |