oracle.cle.persistence
Class HandlerNotFoundException

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

public class HandlerNotFoundException
extends CLEException

An Exception to throw when a Handler is not found.

See Also:
HandlerFactory, 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
HandlerNotFoundException()
           
HandlerNotFoundException(java.lang.String errorCode)
           
HandlerNotFoundException(java.lang.String errorCode, java.lang.Object callingObject)
           
HandlerNotFoundException(java.lang.String errCode, java.lang.String errorMessage)
           
HandlerNotFoundException(java.lang.String errCode, java.lang.String errorMessage, java.lang.Exception e)
           
HandlerNotFoundException(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

HandlerNotFoundException

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

HandlerNotFoundException

public HandlerNotFoundException()

HandlerNotFoundException

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

HandlerNotFoundException

public HandlerNotFoundException(java.lang.String errorCode)

HandlerNotFoundException

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

HandlerNotFoundException

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


Copyright © 2003 ORACLE Corp. All Rights Reserved.