Class BulkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.opennms.features.jest.client.bulk.BulkException
-
- All Implemented Interfaces:
Serializable
public class BulkException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BulkException()
BulkException(IOException ex)
BulkException(BulkResultWrapper bulkResultWrapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkResultWrapper
getBulkResult()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BulkException
public BulkException(BulkResultWrapper bulkResultWrapper)
-
BulkException
public BulkException()
-
BulkException
public BulkException(IOException ex)
-
-
Method Detail
-
getBulkResult
public BulkResultWrapper getBulkResult()
-
-