Package io.perfana.client.exception
Class PerfanaAssertResultsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.perfana.client.exception.PerfanaAssertResultsException
-
- All Implemented Interfaces:
Serializable
public class PerfanaAssertResultsException extends Exception
Used for "expected" AssertResult failures that do not need a stack trace reported.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PerfanaAssertResultsException(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
-
PerfanaAssertResultsException
public PerfanaAssertResultsException(String message)
-
-