|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--com.bea.wlrt.cep.event.PropertyAccessException
This exception is thrown to indicate a problem with a accessing a property of an EventBean
.
Constructor Summary | |
PropertyAccessException(String message)
Constructor. |
|
PropertyAccessException(String message,
Throwable cause)
Constructor for an inner exception and message. |
|
PropertyAccessException(Throwable cause)
Constructor. |
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 |
public PropertyAccessException(String message)
message
- is the error messagepublic PropertyAccessException(String message, Throwable cause)
message
- is the error messagecause
- is the inner exceptionpublic PropertyAccessException(Throwable cause)
cause
- is the inner exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |