com.ibm.itim.remoteservices.exception

Class RemoteServicesRuntimeException

    • Constructor Detail

      • RemoteServicesRuntimeException

        public RemoteServicesRuntimeException(java.lang.String message,
                                              java.lang.Object[] tokenValues,
                                              java.lang.Throwable throwable)
      • RemoteServicesRuntimeException

        public RemoteServicesRuntimeException(java.lang.String message,
                                              java.lang.Object[] tokenValues)
    • Method Detail

      • wrapException

        public static RemoteServicesRuntimeException wrapException(java.lang.Throwable e)
        Helper method for wrapping a caught Exception within a new ExtensionRuntimeException.
        Parameters:
        e - a caught Exception object which will be wrapped in the new ExtensionRuntimeException