Package 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 TeiidProcessingException
Used to notify the user that the virtual procedure raised an error.- Since:
- 4.3
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.teiid.core.TeiidException
code
-
-
Constructor Summary
Constructors Constructor Description ProcedureErrorInstructionException()
ProcedureErrorInstructionException(String message)
ProcedureErrorInstructionException(BundleUtil.Event event, Exception parent)
-
Method Summary
-
Methods inherited from class org.teiid.core.TeiidException
getCode, getMessage, getOriginalType, setCode, setOriginalType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProcedureErrorInstructionException
public ProcedureErrorInstructionException()
- Since:
- 4.3
-
ProcedureErrorInstructionException
public ProcedureErrorInstructionException(String message)
- Parameters:
message
-- Since:
- 4.3
-
ProcedureErrorInstructionException
public ProcedureErrorInstructionException(BundleUtil.Event event, Exception parent)
-
-