Package org.openbravo.erpCommon.utility
Class PropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openbravo.erpCommon.utility.PropertyException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PropertyConflictException
,PropertyNotFoundException
public class PropertyException extends Exception
Exception class used for exceptions related with the Configuration Properties and Preferences- Author:
- gorkaion
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyException()
PropertyException(String message)
PropertyException(String message, Throwable cause)
PropertyException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-