Package com.jfrog.bintray.client.api
Class MultipleBintrayCallException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.jfrog.bintray.client.api.MultipleBintrayCallException
-
- All Implemented Interfaces:
Serializable
public class MultipleBintrayCallException extends Exception
An Exception that aggregates multiple BintrayCallExceptions for async operations- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultipleBintrayCallException()
MultipleBintrayCallException(List<BintrayCallException> exceptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BintrayCallException>
getExceptions()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MultipleBintrayCallException
public MultipleBintrayCallException()
-
MultipleBintrayCallException
public MultipleBintrayCallException(List<BintrayCallException> exceptions)
-
-
Method Detail
-
getExceptions
public List<BintrayCallException> getExceptions()
-
-