IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.management.exception
Class AppRefException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ws.exception.WsException
              extended by com.ibm.websphere.management.exception.AdminException
                  extended by com.ibm.websphere.management.exception.ConfigServiceException
                      extended by 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

Field Summary
 
Fields inherited from class com.ibm.websphere.management.exception.ConfigServiceException
nls
 
Constructor Summary
AppRefException(java.util.List olist, java.util.Hashtable alist)
          constructor
 
Method Summary
 java.util.Hashtable getAppList()
           
 java.lang.String getAppListString()
           
 java.util.List getObjectList()
           
 java.lang.String getObjectListString()
           
 java.lang.String getSyntaxError()
           
 
Methods inherited from class com.ibm.websphere.management.exception.AdminException
getAdminException, printStackTrace, printStackTrace
 
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
 

Constructor Detail

AppRefException

public AppRefException(java.util.List olist,
                       java.util.Hashtable alist)
constructor

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()

IBM WebSphere Application ServerTM
Release 7