Class SException.InternalError

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

    public static class SException.InternalError
    extends SException
    Probable bug in SimpleORM.
    See Also:
    Serialized Form
    • Constructor Detail

      • InternalError

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

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

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

        public InternalError()