Package hudson.util

Class ErrorObject

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    BootFailure

    public abstract class ErrorObject
    extends Exception
    Basis for error model objects. This implementation serves error pages for any requests under its domain. Subclasses are responsible for providing index view.
    Author:
    Kohsuke Kawaguchi
    See Also:
    Serialized Form
    • Constructor Detail

      • ErrorObject

        protected ErrorObject()
      • ErrorObject

        protected ErrorObject​(Throwable cause)