Class FatalException

  • All Implemented Interfaces:
    Serializable

    public class FatalException
    extends Exception
    This exception indicates a fatal error that should cause a service to stop.
    See Also:
    Serialized Form
    • Constructor Detail

      • FatalException

        public FatalException​(String message)
      • FatalException

        public FatalException​(String message,
                              Throwable cause)