Class SetupException

All Implemented Interfaces:
Serializable

public class SetupException extends DrillException
See Also:
  • Constructor Details

    • SetupException

      public SetupException()
    • SetupException

      public SetupException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • SetupException

      public SetupException(String message, Throwable cause)
    • SetupException

      public SetupException(String message)
    • SetupException

      public SetupException(Throwable cause)