Class SException.InternalError

All Implemented Interfaces:
Serializable
Enclosing class:
SException

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

    • InternalError

      public InternalError(String message, Throwable nestedException)
    • InternalError

      public InternalError(String message)
    • InternalError

      public InternalError(Throwable nestedException)
    • InternalError

      public InternalError()