Package com.wavefront.agent.data
Class IgnoreStatusCodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.wavefront.agent.data.DataSubmissionException
-
- com.wavefront.agent.data.IgnoreStatusCodeException
-
- All Implemented Interfaces:
Serializable
public class IgnoreStatusCodeException extends DataSubmissionException
Exception used to ignore 404s for DELETE API calls for sourceTags.- Author:
- [email protected]
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IgnoreStatusCodeException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IgnoreStatusCodeException
public IgnoreStatusCodeException(String message)
-
-