|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.wbiserver.manualrecovery.exceptions.DiscardFailedException
public class DiscardFailedException
The DiscardFailedException
class defines exception when deleting failed events.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
DiscardFailedException(java.lang.Exception e)
Constructor. |
|
DiscardFailedException(FailedEventExceptionReport[] _failedEventReports)
Constructor with FailedEventExceptionReport |
|
DiscardFailedException(java.lang.String message)
Constructor. |
Method Summary | |
---|---|
FailedEventExceptionReport[] |
getFailedEventExceptionReports()
Return exception report. |
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 |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public DiscardFailedException(java.lang.String message)
message
- public DiscardFailedException(java.lang.Exception e)
e
- any exceptionpublic DiscardFailedException(FailedEventExceptionReport[] _failedEventReports)
FailedEventExceptionReport
_failedEventReports
- an array of FailedEventExceptionReportMethod Detail |
---|
public FailedEventExceptionReport[] getFailedEventExceptionReports()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |