com.bea.p13n.property
Class PropertySetRepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bea.p13n.exceptions.SystemException
                  extended by com.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
 
Method Summary
 
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

Parameters
message - String representing the Exception message

PropertySetRepositoryException

public PropertySetRepositoryException(String message,
                                      Throwable t)
Constructor

Parameters
message - String representing the Exception message
t - Throwable object representing the wrapped or chained exception

PropertySetRepositoryException

public PropertySetRepositoryException(Throwable t)
Constructor

Parameters
t - Throwable object representing the wrapped or chained exception


Copyright © 2011, Oracle. All rights reserved.