Class SException.Test

All Implemented Interfaces:
Serializable
Enclosing class:
SException

public static class SException.Test extends SException
Exception thrown due to failed unit test cases.
See Also:
  • Constructor Details

    • Test

      public Test(String message, Throwable nestedException)
    • Test

      public Test(String message)
    • Test

      public Test(Throwable nestedException)
    • Test

      public Test()