public class YPersistenceException extends YAWLException
Notes: This exception should be caught and handled as a fatal exception within the engine code. As it indicates some failure to persist a runtime object to storage, the usual action would be to gracefully terminate the engine without processing any other work.
_builder, _message, MESSAGE_NM
Constructor and Description |
---|
YPersistenceException(java.lang.String message) |
YPersistenceException(java.lang.String message,
java.lang.Throwable cause) |
YPersistenceException(java.lang.Throwable cause) |
getMessage, parseMessage, rethrow, setMessage, toXML, toXMLGuts, unmarshal
Copyright © 2004-2014 The YAWL Foundation.