Class SystemException

    • Constructor Detail

      • SystemException

        public SystemException()
      • SystemException

        public SystemException​(String message)
      • SystemException

        public SystemException​(Throwable throwable)
      • SystemException

        public SystemException​(String message,
                               Throwable throwable)
    • Method Detail

      • unexpected

        public static SystemException unexpected​(@NotNull
                                                 @NotNull Exception e)
        A shortcut used to signal that an exception was really unexpected in the given context. It means either a bug, or a problem outside midPoint we cannot do anything with. So it is expected _not_ to be caught and treated in any reasonable way.