|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.state.accessors.exceptions
Class UniqueNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.portal.state.exceptions.StateException
com.ibm.portal.state.accessors.exceptions.UniqueNameException
- All Implemented Interfaces:
- Localized, java.io.Serializable
- Direct Known Subclasses:
- MissingUniqueNameException, UnknownUniqueNameException
public abstract class UniqueNameException
- extends StateException
Exception which should be thrown in case that an invalid unique name
has been detected.
- Since:
- 5.1
- See Also:
- Serialized Form
Field Summary
|
protected java.lang.String |
name
unqiue name that was invalid |
Method Summary
|
java.lang.String |
getName()
|
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 |
name
protected final java.lang.String name
- unqiue name that was invalid
UniqueNameException
public UniqueNameException(java.lang.String aName)
- The unique name was invalid
- Parameters:
- aName - unique name
getName
public java.lang.String getName()
- Returns:
- unqiue name that was invalid
|
|
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |