com.ibm.itim.remoteservices.exception
Class RemoteServicesRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.itim.exception.ITIMRuntimeException
                  extended by com.ibm.itim.remoteservices.exception.RemoteServicesRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RemoteServicesIllegalArgumentException

public class RemoteServicesRuntimeException
extends ITIMRuntimeException

See Also:
Serialized Form

Constructor Summary
RemoteServicesRuntimeException(java.lang.String message, java.lang.Object[] tokenValues)
           
RemoteServicesRuntimeException(java.lang.String message, java.lang.Object[] tokenValues, java.lang.Throwable throwable)
           
 
Method Summary
static RemoteServicesRuntimeException wrapException(java.lang.Throwable e)
          Helper method for wrapping a caught Exception within a new ExtensionRuntimeException.
 
Methods inherited from class com.ibm.itim.exception.ITIMRuntimeException
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, toXML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.