Skip navigation links


oracle.iam.grc.sod.exception
Class SoDEngineConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.iam.grc.sod.exception.SoDEngineConnectionException

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public final class SoDEngineConnectionException
extends java.lang.Exception
implements java.lang.Cloneable
See Also:
Serialized Form

Field Summary
 java.lang.String isMessage
          The detailed message.

 

Constructor Summary
SoDEngineConnectionException()
          Creates a new tcAPIException object.
SoDEngineConnectionException(java.lang.String isMessage)
          Constructs a new SoDEngineConnectionException with the specified detail message.
SoDEngineConnectionException(java.lang.String isMessage, java.lang.Exception ex)
           
SoDEngineConnectionException(java.lang.String errorCode, java.lang.String isMessage)
          Constructs a new SoDEngineConnectionException with the specified error code and detail message.

 

Method Summary
 java.lang.String getErrorCode()
          Returns the error code associated with SoDEngineConnectionException
 java.lang.String getMessage()
          Returns the error message associated with SoDEngineConnectionException
 void SetErrorCode(java.lang.String code)
          Method to set the Error code on SoDEngineConnectionException
 void SetMessage(java.lang.String message)
          Method to set the Error message on SoDEngineConnectionException

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

isMessage

public java.lang.String isMessage
The detailed message. The detailed message is saved for later retrieval by the Throwable.getMessage() method.

Constructor Detail

SoDEngineConnectionException

public SoDEngineConnectionException()
Creates a new tcAPIException object.

SoDEngineConnectionException

public SoDEngineConnectionException(java.lang.String isMessage)
Constructs a new SoDEngineConnectionException with the specified detail message.
Parameters:
isMessage - the detailed message. The detailed message is saved for later retrieval by the Throwable.getMessage() method.

SoDEngineConnectionException

public SoDEngineConnectionException(java.lang.String errorCode,
                                    java.lang.String isMessage)
Constructs a new SoDEngineConnectionException with the specified error code and detail message.
Parameters:
errorCode - the error code
isMessage - the detailed message. The detailed message is saved for later retrieval by the Throwable.getMessage() method.

SoDEngineConnectionException

public SoDEngineConnectionException(java.lang.String isMessage,
                                    java.lang.Exception ex)

Method Detail

SetErrorCode

public void SetErrorCode(java.lang.String code)
Method to set the Error code on SoDEngineConnectionException
Parameters:
code, - error code to be set

getErrorCode

public java.lang.String getErrorCode()
Returns the error code associated with SoDEngineConnectionException
Returns:
the error code associated with the exception

SetMessage

public void SetMessage(java.lang.String message)
Method to set the Error message on SoDEngineConnectionException
Parameters:
message, - error message to be set

getMessage

public java.lang.String getMessage()
Returns the error message associated with SoDEngineConnectionException
Overrides:
getMessage in class java.lang.Throwable
Returns:
the error message associated with the exception

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.