Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException Class Reference

Inherits ApplicationException.

Inherited by Org.IdentityConnectors.Framework.Common.Exceptions.AlreadyExistsException, Org.IdentityConnectors.Framework.Common.Exceptions.ConfigurationException, Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorIOException, Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorSecurityException, and Org.IdentityConnectors.Framework.Common.Exceptions.OperationTimeoutException.

Public Member Functions

 ConnectorException (String message)
 Sets a message for the Exception. More...
 
 ConnectorException (Exception ex)
 Sets the stack trace to the original exception, so this exception can masquerade as the original only be a Exception. More...
 
 ConnectorException (String message, Exception originalException)
 Sets the stack trace to the original exception, so this exception can masquerade as the original only be a Exception. More...
 

Constructor & Destructor Documentation

Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException.ConnectorException ( String  message)

Sets a message for the Exception.

Parameters
messagepassed to the Exception message.
Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException.ConnectorException ( Exception  ex)

Sets the stack trace to the original exception, so this exception can masquerade as the original only be a Exception.

Parameters
originalExceptionthe original exception adapted to Exception.
Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException.ConnectorException ( String  message,
Exception  originalException 
)

Sets the stack trace to the original exception, so this exception can masquerade as the original only be a Exception.

Parameters
message
originalExceptionthe original exception adapted to Exception.

The documentation for this class was generated from the following file: