Package com.oss.util

Class BadTimeFormatException

All Implemented Interfaces:
Serializable

public class BadTimeFormatException extends RuntimeException
Helper class to distinguish exceptions that occur while converting the the formatted string to the value of the time type.
Since:
ASN.1/Java 6.0
See Also:
  • Constructor Details

    • BadTimeFormatException

      public BadTimeFormatException()
      Default constructor.
    • BadTimeFormatException

      public BadTimeFormatException(String message)
      Construct based on error message.
      Parameters:
      message - message that describes the exception