Class DfServiceCriticalException

All Implemented Interfaces:
Serializable

public class DfServiceCriticalException extends DfRuntimeException
This exception is no longer used. The more generic DfRuntimeException is now used. This class remains for backward compatability for programs that use it.
Since:
5.1
See Also:
  • Constructor Details

    • DfServiceCriticalException

      public DfServiceCriticalException()
    • DfServiceCriticalException

      public DfServiceCriticalException(String message)
    • DfServiceCriticalException

      public DfServiceCriticalException(Throwable cause)