Class TechnicalException

  • All Implemented Interfaces:
    Serializable

    public class TechnicalException
    extends Exception
    An exception indicating that there has been a technical error.
    See Also:
    Serialized Form
    • Constructor Detail

      • TechnicalException

        public TechnicalException()
      • TechnicalException

        public TechnicalException​(String message)
      • TechnicalException

        public TechnicalException​(String message,
                                  Throwable cause)
      • TechnicalException

        public TechnicalException​(Throwable cause)