oracle.cle.persistence
Class DeploymentConnectorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.cle.exception.CLEException
                    |
                    +--oracle.cle.persistence.DeploymentConnectorException
All Implemented Interfaces:
CLEExceptionConstants, java.io.Serializable

public class DeploymentConnectorException
extends CLEException

A Exception to throw when an DeploymentConnectorException fails.

See Also:
DeploymentConnector, Serialized Form

Fields inherited from class oracle.cle.exception.CLEException
callingObject, detailedErrorMessage, errCode, errorMessage, lastException, possibleFix
 
Fields inherited from interface oracle.cle.exception.CLEExceptionConstants
CLE100, CLE101, CLE102, CLE103, CLE104, CLE105, CLE106, CLE107, CLE108, CLE109, CLE110, CLE111, CLE112, CLE113, CLE114, CLE115, CLE116, CLE117, CLE118, CLE119, CLE120, CLE121, CLE122, CLE123, CLE124, CLE125, CLE126, CLE127, CLE128, CLE129, CLE130, CLE131, CLE132, CLE133, CLE134, CLE135, CLE136, CLE137, CLE138, CLE139, CLE140, CLE141, CLE142, CLE143, CLE144, CLE145, CLE146, CLE147, CLE148, CLE149, CLE150, CLE151, CLE152, CLE153, CLE154, CLE155, CLE156, CLE157, CLE158, CLE159, CLE160, CLE161, CLE162, CLE163, CLE164, CLE165, CLE166, CLE167, CLE168, CLE169, CLE170, CLE171, CLE172, CLE173, CLE174, CLE175, CLE176, CLE177, CLE178, CLE179, CLE180, CLE181, CLE182, CLE183, CLE184, CLE185, CLE186, CLE187, CLE188, CLE189, CLE190, CLE191, CLE192, CLE193, CLE194, CLE195, CLE196, CLE197, CLE198, CLE199, CLE200, CLE201, CLE202, CLE203, CLE204, CLE205, CLE206, CLE207, CLE208, CLE209, CLE210, CLE211, CLE212, CLE213, CLE214, CLE215, CLE216, CLE217, CLE218, CLE219, CLE220, CLE221, CLE222, CLE223, CLE224, CLE225, CLE226, CLE227, CLE228, CLE229, CLE230, CLE231
 
Constructor Summary
DeploymentConnectorException()
           
DeploymentConnectorException(java.lang.String errorCode)
           
DeploymentConnectorException(java.lang.String errorCode, java.lang.Object callingObject)
           
DeploymentConnectorException(java.lang.String errCode, java.lang.String errorMessage)
           
DeploymentConnectorException(java.lang.String errCode, java.lang.String errorMessage, java.lang.Exception e)
           
DeploymentConnectorException(java.lang.String errorMessage, java.lang.String detailedErrorMessage, java.lang.String possibleFix, java.lang.Object o)
           
 
Methods inherited from class oracle.cle.exception.CLEException
getCallingObject, getDetailedErrorMessage, getErrorCode, getErrorMessage, getLastException, getMessage, getPossibleFix, getStackTrace, main, setDetailedErrorMessage, setErrorMessage, setPossibleFix
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeploymentConnectorException

public DeploymentConnectorException(java.lang.String errorMessage,
                                    java.lang.String detailedErrorMessage,
                                    java.lang.String possibleFix,
                                    java.lang.Object o)

DeploymentConnectorException

public DeploymentConnectorException()

DeploymentConnectorException

public DeploymentConnectorException(java.lang.String errorCode,
                                    java.lang.Object callingObject)

DeploymentConnectorException

public DeploymentConnectorException(java.lang.String errorCode)

DeploymentConnectorException

public DeploymentConnectorException(java.lang.String errCode,
                                    java.lang.String errorMessage)

DeploymentConnectorException

public DeploymentConnectorException(java.lang.String errCode,
                                    java.lang.String errorMessage,
                                    java.lang.Exception e)


Copyright © 2003 ORACLE Corp. All Rights Reserved.