PropertySetRepositoryException Class

com.bea.p13n.property
PropertySetRepositoryException Class

public class PropertySetRepositoryException

    extends SystemException

System exception to signal a problem with a Property Set Repository. This will be thrown when a repository class was not specified for a requested property set type, or when there is a problem loading a specified repository class.


Hierarchy
Object
  Throwable
    Exception
      RuntimeException
        SystemException
          PropertySetRepositoryException
All Implemented Interfaces

Serializable

Constructor Summary

PropertySetRepositoryException()

PropertySetRepositoryException(String message, Throwable t)

Constructor
PropertySetRepositoryException(String message)

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

PropertySetRepositoryException

public PropertySetRepositoryException()

PropertySetRepositoryException

public PropertySetRepositoryException(String message, 
                                      Throwable t)
Constructor

PropertySetRepositoryException

public PropertySetRepositoryException(String message)
Constructor

PropertySetRepositoryException

public PropertySetRepositoryException(Throwable t)
Constructor