IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.projector
Class FieldAccessEntityNotInstrumentedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.websphere.projector.ProjectorException
                  extended by com.ibm.websphere.projector.FieldAccessEntityNotInstrumentedException
All Implemented Interfaces:
Serializable

public class FieldAccessEntityNotInstrumentedException
extends ProjectorException

This exception will occur when the Java instrumentation is enabled, but the field-access Entity class is not included in the instrumentation domain. This exception will also occur when the field-access Entity class is included in the instrumentation domain, but the class is not in the field-access Entity domain. The field-access Entity domain is an optional configuration. When specified, all field-access Entity classes must be included in the field-access Entity domain.

Since:
WAS XD 6.1
See Also:
Serialized Form

Constructor Summary
FieldAccessEntityNotInstrumentedException()
           
FieldAccessEntityNotInstrumentedException(String message)
           
FieldAccessEntityNotInstrumentedException(String message, Throwable cause)
           
FieldAccessEntityNotInstrumentedException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

FieldAccessEntityNotInstrumentedException

public FieldAccessEntityNotInstrumentedException()
See Also:
ProjectorException.ProjectorException()

FieldAccessEntityNotInstrumentedException

public FieldAccessEntityNotInstrumentedException(String message)
See Also:
ProjectorException.ProjectorException(String)

FieldAccessEntityNotInstrumentedException

public FieldAccessEntityNotInstrumentedException(Throwable cause)
See Also:
ProjectorException.ProjectorException(Throwable)

FieldAccessEntityNotInstrumentedException

public FieldAccessEntityNotInstrumentedException(String message,
                                                 Throwable cause)
See Also:
ProjectorException.ProjectorException(String, Throwable)

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.