com.cysols.iodef.analysis.sida
Class AlertReadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cysols.iodef.analysis.sida.AlertReadException
All Implemented Interfaces:
Serializable

public class AlertReadException
extends Exception

The exception means it is unable to read the stored Alert data from data repository.

See Also:
Serialized Form

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

AlertReadException

public AlertReadException()
default constructor.


AlertReadException

public AlertReadException(String message)
A constructor with the specified message.

Parameters:
message - the specified exceptional message.

AlertReadException

public AlertReadException(String message,
                          Throwable cause)
A constructor with the specified message and Throwable instance of its cause.

Parameters:
message - the specified exceptional message.
cause - the cause of this exception.

AlertReadException

public AlertReadException(Throwable cause)
A constructor with Throwable instance of its cause.

Parameters:
cause - the cause of this exception.