Class StaticResourceException

  • All Implemented Interfaces:
    Serializable, org.elasticsearch.common.io.stream.Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

    public class StaticResourceException
    extends org.elasticsearch.ElasticsearchException
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent

        org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
      • Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable

        org.elasticsearch.common.io.stream.Writeable.Reader<V extends Object>, org.elasticsearch.common.io.stream.Writeable.Writer<V extends Object>
    • Field Summary

      • Fields inherited from class org.elasticsearch.ElasticsearchException

        REST_EXCEPTION_SKIP_STACK_TRACE, REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULT
      • Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent

        EMPTY_PARAMS
    • Constructor Detail

      • StaticResourceException

        public StaticResourceException​(org.elasticsearch.common.io.stream.StreamInput in)
                                throws IOException
        Throws:
        IOException
      • StaticResourceException

        public StaticResourceException​(String msg,
                                       Object... args)
      • StaticResourceException

        public StaticResourceException​(String msg,
                                       Throwable cause,
                                       Object... args)
      • StaticResourceException

        public StaticResourceException​(Throwable cause)