Uses of Class
org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
Packages that use RemoteWrappedException
Package
Description
-
Uses of RemoteWrappedException in org.identityconnectors.framework.impl.api.remote
Methods in org.identityconnectors.framework.impl.api.remote that return RemoteWrappedExceptionModifier and TypeMethodDescriptionRemoteWrappedException.getCause()Returns the cause of original throwable ornullif the cause is nonexistent or unknown.static RemoteWrappedExceptionWraps the Throwable into a RemoteWrappedException instance.Constructors in org.identityconnectors.framework.impl.api.remote with parameters of type RemoteWrappedExceptionModifierConstructorDescriptionRemoteWrappedException(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