© 2005 BEA Systems, Inc.

com.bea.p13n.property
Class PropertySetRepositoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.bea.p13n.exceptions.SystemException
                  extended bycom.bea.p13n.property.PropertySetRepositoryException
All Implemented Interfaces:
Serializable

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.

See Also:
Serialized Form

Constructor Summary
PropertySetRepositoryException()
           
PropertySetRepositoryException(String message)
          Constructor
PropertySetRepositoryException(String message, Throwable t)
          Constructor
PropertySetRepositoryException(Throwable t)
          Constructor
 
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

PropertySetRepositoryException

public PropertySetRepositoryException()

PropertySetRepositoryException

public PropertySetRepositoryException(String message)
Constructor


PropertySetRepositoryException

public PropertySetRepositoryException(String message,
                                      Throwable t)
Constructor


PropertySetRepositoryException

public PropertySetRepositoryException(Throwable t)
Constructor


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved