{ } }
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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

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
                  extended by com.ibm.portal.state.accessors.exceptions.MissingUniqueNameException
All Implemented Interfaces:
Localized, java.io.Serializable
public abstract class MissingUniqueNameException
extends UniqueNameException

Exception representing the error case that a unique name was null.

Since:
5.1
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.portal.state.accessors.exceptions.UniqueNameException
name
 
Constructor Summary
MissingUniqueNameException()
          The unique name was null
 
Method Summary
 
Methods inherited from class com.ibm.portal.state.accessors.exceptions.UniqueNameException
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
 

Constructor Detail

MissingUniqueNameException

public MissingUniqueNameException()
The unique name was null

Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD