PropertySystemException Class

com.bea.p13n.property
PropertySystemException Class

public class PropertySystemException

    extends SystemException

System exception class that will be thrown when a low-level error occurs in a property set component


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        SystemException
          PropertySystemException
All Implemented Interfaces

Serializable

Constructor Summary

PropertySystemException()

PropertySystemException(String message, Throwable t)

Constructor
PropertySystemException(String message)

Constructor
PropertySystemException(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

PropertySystemException

public PropertySystemException()

PropertySystemException

public PropertySystemException(String message, 
                               Throwable t)
Constructor

PropertySystemException

public PropertySystemException(String message)
Constructor

PropertySystemException

public PropertySystemException(Throwable t)
Constructor