fr.gael.drb.query
Class CancelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.gael.drb.query.CancelException
- All Implemented Interfaces:
- Serializable
public class CancelException
- extends RuntimeException
Exception thrown on cancellation of a dynamic evaluation.
- See Also:
- Serialized Form
|
Constructor Summary |
protected |
CancelException(String message)
Builds a Cancel exception with specific reason message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CancelException
protected CancelException(String message)
- Builds a Cancel exception with specific reason message.
- Parameters:
message - the originating reason of interruption.
Copyright© 2001-2009 GAEL Consultant. All rights reserved. Use is subject to license terms .