Class IncorrectResultSummaryTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.bamboo.resultsummary.IncorrectResultSummaryTypeException
-
- All Implemented Interfaces:
Serializable
@PublicApi public class IncorrectResultSummaryTypeException extends RuntimeException
Thrown if the requestedResultsSummary
exists but cannot be narrowed to the givenClass
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncorrectResultSummaryTypeException(String message)
IncorrectResultSummaryTypeException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-