类 RecoverableException

  • 所有已实现的接口:
    Serializable

    @Deprecated
    public class RecoverableException
    extends AnnotationException
    已过时。
    Was only ever referenced in a single place, in an extremely dubious way.
    An exception that indicates a condition where the hope is that subsequent processing will be able to recover from it.
    作者:
    Emmanuel Bernard
    另请参阅:
    序列化表格
    • 构造器详细资料

      • RecoverableException

        public RecoverableException​(String msg,
                                    Throwable cause)
        已过时。
        Constructs a RecoverableException using the given message and underlying cause.
        参数:
        msg - The message explaining the condition that caused the exception
        cause - The underlying exception
      • RecoverableException

        public RecoverableException​(String msg)
        已过时。
        Constructs a RecoverableException using the given message and underlying cause.
        参数:
        msg -