Class TestException

All Implemented Interfaces:
Serializable

public class TestException extends RuntimeException
See Also:
Serialized Form
  • Constructor Details

    • TestException

      public TestException()
    • TestException

      public TestException(String message)
    • TestException

      public TestException(String message, Throwable cause)
    • TestException

      public TestException(Throwable cause)