ConfigurableEntitySystemException Class

com.bea.p13n.property
ConfigurableEntitySystemException Class

public class ConfigurableEntitySystemException

    extends SystemException

System exception class that will be thrown when a low-level error occurs in a ConfigurableEntity or its EntityPropertyManager.


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        SystemException
          ConfigurableEntitySystemException
All Implemented Interfaces

Serializable

Constructor Summary

ConfigurableEntitySystemException()

ConfigurableEntitySystemException(String message, Throwable t)

Constructor
ConfigurableEntitySystemException(String message)

Constructor
ConfigurableEntitySystemException(Throwable t)

Constructor
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

ConfigurableEntitySystemException

public ConfigurableEntitySystemException()

ConfigurableEntitySystemException

public ConfigurableEntitySystemException(String message, 
                                         Throwable t)
Constructor

ConfigurableEntitySystemException

public ConfigurableEntitySystemException(String message)
Constructor

ConfigurableEntitySystemException

public ConfigurableEntitySystemException(Throwable t)
Constructor