Class TimeStampExceptionAbstract

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TimeStampException, TimeStampException

public abstract class TimeStampExceptionAbstract extends SignatureAttributeException
See Also:
  • Constructor Details

    • TimeStampExceptionAbstract

      public TimeStampExceptionAbstract(String message)
    • TimeStampExceptionAbstract

      public TimeStampExceptionAbstract(String message, StackTraceElement[] stackTrace)
    • TimeStampExceptionAbstract

      public TimeStampExceptionAbstract(String message, Throwable cause)
    • TimeStampExceptionAbstract

      public TimeStampExceptionAbstract(Throwable cause)
  • Method Details