|
|||||||||
| 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.cysols.iodef.analysis.sida.AlertReadException
public class AlertReadException
The exception means it is unable to read the stored Alert data from data repository.
| Constructor Summary | |
|---|---|
AlertReadException()
default constructor. |
|
AlertReadException(String message)
A constructor with the specified message. |
|
AlertReadException(String message,
Throwable cause)
A constructor with the specified message and Throwable instance of its cause. |
|
AlertReadException(Throwable cause)
A constructor with Throwable instance of its 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 |
|---|
public AlertReadException()
public AlertReadException(String message)
message - the specified exceptional message.
public AlertReadException(String message,
Throwable cause)
message - the specified exceptional message.cause - the cause of this exception.public AlertReadException(Throwable cause)
cause - the cause of this exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||