Class SException.Test

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SException

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

      • Test

        public Test​(java.lang.String message,
                    java.lang.Throwable nestedException)
      • Test

        public Test​(java.lang.String message)
      • Test

        public Test​(java.lang.Throwable nestedException)
      • Test

        public Test()