Class ConfirmedTaskVetoException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.inductiveautomation.ignition.gateway.web.components.ConfirmedTaskVetoException
 
 
 
- 
- All Implemented Interfaces:
- IMessageOnlyException,- java.io.Serializable
 
 public class ConfirmedTaskVetoException extends java.lang.Exception implements IMessageOnlyException An exception used to veto a confirmed task. Tagged with an interface that prevents the session from displaying the exception's stack trace.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ConfirmedTaskVetoException(java.lang.String message)
 
-