com.ibm.portal.state.accessors.exceptions
Class AliasNameNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.accessors.exceptions.AliasNameNotFoundException
- All Implemented Interfaces:
- Localized, java.io.Serializable
-
public abstract class AliasNameNotFoundException
- extends StateException
Thrown when an invalid alias name is provided that cannot be resolved.
- Since:
- 5.1
- See Also:
- Serialized Form
Field Summary
|
protected java.lang.String |
alias
Alias name that caused the exception |
Constructor Summary
|
AliasNameNotFoundException(java.lang.String aAlias)
Initializes the exception with the accessor that caused the exception |
AliasNameNotFoundException(java.lang.String aAlias,
java.lang.Exception aReason)
Initializes the exception with the alias name that caused the exception. |
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 |
alias
protected final java.lang.String alias
- Alias name that caused the exception
AliasNameNotFoundException
public AliasNameNotFoundException(java.lang.String aAlias)
- Initializes the exception with the accessor that caused the exception
- Parameters:
- aAlias - Alias name that caused the exception
AliasNameNotFoundException
public AliasNameNotFoundException(java.lang.String aAlias,
java.lang.Exception aReason)
- Initializes the exception with the alias name that caused the exception.
- Parameters:
- aAlias - Alias name that caused the exception
- aReason - Exception that gives details on the reason