com.ibm.portal.state.accessors.exceptions
Class UniqueNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.portal.state.exceptions.StateException
              extended by 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
 
Constructor Summary
UniqueNameException(java.lang.String aName)
          The unique name 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
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 

Field Detail

name

protected final java.lang.String name
unqiue name that was invalid

Constructor Detail

UniqueNameException

public UniqueNameException(java.lang.String aName)
The unique name was invalid

Parameters:
aName - unique name
Method Detail

getName

public java.lang.String getName()
Returns:
unqiue name that was invalid