Class TestContainerException

    • Constructor Detail

      • TestContainerException

        public TestContainerException()
        Construct a new instance with no message.
      • TestContainerException

        public TestContainerException​(String message)
        Construct a new instance with a message.
        Parameters:
        message - the message
      • TestContainerException

        public TestContainerException​(String message,
                                      Throwable cause)
        Construct a new instance with a message and a cause.
        Parameters:
        message - the message.
        cause - the Throwable that caused the exception to be thrown.
      • TestContainerException

        public TestContainerException​(Throwable cause)
        Construct a new instance with a cause.
        Parameters:
        cause - the Throwable that caused the exception to be thrown.