com.hammurapi.flow.runtime
Class PropertySetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hammurapi.flow.runtime.PropertySetException
- All Implemented Interfaces:
- Serializable
public class PropertySetException
- extends RuntimeException
Wrapper exception if property set operation fails.
- Author:
- Pavel
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PropertySetException
public PropertySetException(String message)
PropertySetException
public PropertySetException(Throwable cause)
PropertySetException
public PropertySetException(String message,
Throwable cause)