com.ibm.websphere.projector
Class FieldAccessEntityNotInstrumentedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.websphere.projector.ProjectorException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
© Copyright International Business Machines Corp 2005,2012. All rights reserved.