Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing
11g Release 1 (11.1.1.7)

E14303-11
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.ede.api
Class ConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.bea.wlevs.ede.api.ConfigurationException
Direct Known Subclasses:
DuplicateEventTypeException, IllegalAssemblyException, IllegalPropertyException, IllegalTimestampPropertyException, MultiStatementException, StatementException, UnknownEventTypeException, UnsupportedPropertyException, UntypedEventChannelException

public class ConfigurationException
extends java.lang.RuntimeException

Root exception for EPN configuration errors. ConfigurationException is handled specially by the deployment framework so that a sensible error message is displayed instead of a long stacktrace. User configurations are free to throw ConfigurationException if they desire similar behaviour for their own EPN elements.

See Also:
Serialized Form

Constructor Summary
ConfigurationException()
           
ConfigurationException(java.lang.String message)
           
ConfigurationException(java.lang.String message, java.lang.String stage)
           
ConfigurationException(java.lang.String message, java.lang.Throwable cause)
           
ConfigurationException(java.lang.String message, java.lang.Throwable cause, java.lang.String stage)
           
ConfigurationException(java.lang.Throwable cause)
           
ConfigurationException(java.lang.Throwable cause, java.lang.String stage)
           

 

Method Summary
 java.lang.String getStage()
           

 

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

 

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

 

Constructor Detail

ConfigurationException

public ConfigurationException()

ConfigurationException

public ConfigurationException(java.lang.String message)

ConfigurationException

public ConfigurationException(java.lang.String message,
                              java.lang.Throwable cause)

ConfigurationException

public ConfigurationException(java.lang.Throwable cause)

ConfigurationException

public ConfigurationException(java.lang.String message,
                              java.lang.String stage)

ConfigurationException

public ConfigurationException(java.lang.String message,
                              java.lang.Throwable cause,
                              java.lang.String stage)

ConfigurationException

public ConfigurationException(java.lang.Throwable cause,
                              java.lang.String stage)

Method Detail

getStage

public java.lang.String getStage()
Returns:
the identity of the stage for which the error occurred.

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD