org.teiid.client
Class ProcedureErrorInstructionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.teiid.core.TeiidException
org.teiid.core.TeiidProcessingException
org.teiid.client.ProcedureErrorInstructionException
- All Implemented Interfaces:
- Serializable
public class ProcedureErrorInstructionException
- extends org.teiid.core.TeiidProcessingException
Used to notify the user that the virtual procedure raised an error.
- Since:
- 4.3
- See Also:
- Serialized Form
| Fields inherited from class org.teiid.core.TeiidException |
code |
| Methods inherited from class org.teiid.core.TeiidException |
getCode, getFullMessage, getMessage, getOriginalType, setCode, setOriginalType |
ProcedureErrorInstructionException
public ProcedureErrorInstructionException()
- Since:
- 4.3
ProcedureErrorInstructionException
public ProcedureErrorInstructionException(String message)
- Parameters:
message - - Since:
- 4.3
ProcedureErrorInstructionException
public ProcedureErrorInstructionException(org.teiid.core.BundleUtil.Event event,
Exception parent)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.