Class ThrowablePickle

  • All Implemented Interfaces:
    Serializable

    @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public final class ThrowablePickle
    extends org.jenkinsci.plugins.workflow.pickles.Pickle
    Ensures that exceptions are safely serializable. Replaces anything problematic with ProxyException. Mainly defends against NotSerializableException.
    See Also:
    Serialized Form
    • Method Detail

      • rehydrate

        public com.google.common.util.concurrent.ListenableFuture<?> rehydrate​(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner)
        Overrides:
        rehydrate in class org.jenkinsci.plugins.workflow.pickles.Pickle