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