Class ThrowablePickle
java.lang.Object
org.jenkinsci.plugins.workflow.pickles.Pickle
org.jenkinsci.plugins.workflow.support.pickles.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:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<?>rehydrate(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner) Methods inherited from class org.jenkinsci.plugins.workflow.pickles.Pickle
rehydrate 
- 
Method Details
- 
rehydrate
public com.google.common.util.concurrent.ListenableFuture<?> rehydrate(org.jenkinsci.plugins.workflow.flow.FlowExecutionOwner owner) - Overrides:
 rehydratein classorg.jenkinsci.plugins.workflow.pickles.Pickle
 
 -