Class OperationResponsePart
- java.lang.Object
-
- org.identityconnectors.framework.impl.api.remote.messages.OperationResponsePart
-
-
Constructor Summary
Constructors Constructor Description OperationResponsePart(Throwable ex, Object result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteWrappedException
getException()
Object
getResult()
-
-
-
Method Detail
-
getException
public RemoteWrappedException getException()
-
getResult
public Object getResult()
-
-