Class EDRViewerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.pfc.infranetui.edrviewer.EDRViewerException
All Implemented Interfaces:
Serializable

public class EDRViewerException extends Exception
EDRViewerException is thrown when there is a problem displaying a serialized EDR.
See Also:
  • Constructor Details

    • EDRViewerException

      public EDRViewerException()
    • EDRViewerException

      public EDRViewerException(String message)
    • EDRViewerException

      public EDRViewerException(String message, Throwable cause)
    • EDRViewerException

      public EDRViewerException(Throwable cause)