Uses of Class
org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
-
Packages that use RemoteWrappedException Package Description org.identityconnectors.framework.impl.api.remote org.identityconnectors.framework.impl.api.remote.messages -
-
Uses of RemoteWrappedException in org.identityconnectors.framework.impl.api.remote
Methods in org.identityconnectors.framework.impl.api.remote that return RemoteWrappedException Modifier and Type Method Description RemoteWrappedException
RemoteWrappedException. getCause()
Returns the cause of original throwable ornull
if the cause is nonexistent or unknown.static RemoteWrappedException
RemoteWrappedException. wrap(Throwable ex)
Wraps the Throwable into a RemoteWrappedException instance.Constructors in org.identityconnectors.framework.impl.api.remote with parameters of type RemoteWrappedException Constructor Description RemoteWrappedException(String throwableClass, String message, RemoteWrappedException cause, String stackTrace)
-
Uses of RemoteWrappedException in org.identityconnectors.framework.impl.api.remote.messages
Methods in org.identityconnectors.framework.impl.api.remote.messages that return RemoteWrappedException Modifier and Type Method Description RemoteWrappedException
OperationResponsePart. getException()
-