com.ibm.websphere.management.exception
Class AppRefException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ws.exception.WsException
com.ibm.websphere.management.exception.AdminException
com.ibm.websphere.management.exception.ConfigServiceException
com.ibm.websphere.management.exception.AppRefException
All implemented interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable
- public class AppRefException
- extends ConfigServiceException
This exception is thrown if the attribute name or relationship name is
not valid. In case the attribute is part of a nested attribute list,
this exception contains the attribute name path from top.
See Also:
Field Summary
Constructor Summary
AppRefException(java.util.List olist,java.util.Hashtable alist)
constructor
|
Method Summary
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
AppRefException
- public AppRefException(java.util.List olist,
- java.util.Hashtable alist)
Method Detail
getSyntaxError
- public java.lang.String getSyntaxError(
)
getObjectList
- public java.util.List getObjectList(
)
getObjectListString
- public java.lang.String getObjectListString(
)
getAppList
- public java.util.Hashtable getAppList(
)
getAppListString
- public java.lang.String getAppListString(
)