Class RecoverableException

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class RecoverableException
    extends AnnotationException
    Deprecated.
    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.
    See Also:
    Serialized Form
    • Constructor Detail

      • RecoverableException

        public RecoverableException​(String msg,
                                    Throwable cause)
        Deprecated.
        Constructs a RecoverableException using the given message and underlying cause.
        Parameters:
        msg - The message explaining the condition that caused the exception
        cause - The underlying exception
      • RecoverableException

        public RecoverableException​(String msg)
        Deprecated.
        Constructs a RecoverableException using the given message and underlying cause.