Class CriticalXStreamException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thoughtworks.xstream.core.BaseException
com.thoughtworks.xstream.XStreamException
com.thoughtworks.xstream.converters.ErrorWritingException
com.thoughtworks.xstream.converters.ConversionException
jenkins.util.xstream.CriticalXStreamException
All Implemented Interfaces:
com.thoughtworks.xstream.converters.ErrorWriter, Serializable

public class CriticalXStreamException extends com.thoughtworks.xstream.converters.ConversionException
Wraps XStreamException to indicate it is critical for Jenkins.
Since:
1.625
See Also:
  • Constructor Details

    • CriticalXStreamException

      public CriticalXStreamException(com.thoughtworks.xstream.XStreamException cause)