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:
- Serialized Form
Constructor Summary |
AppRefException(java.util.List olist,
java.util.Hashtable alist)
constructor |
Methods inherited from class com.ibm.ws.exception.WsException |
getCause, initCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AppRefException
public AppRefException(java.util.List olist,
java.util.Hashtable alist)
- constructor
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()