Class SException.Data

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

    public static class SException.Data
    extends SException
    Errors in data or environment at runtime, not necessarily a programming bug.
    See Also:
    Serialized Form
    • Constructor Detail

      • Data

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

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

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

        public Data()