org.teiid.client
Class ProcedureErrorInstructionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.teiid.core.TeiidException
              extended by org.teiid.core.TeiidProcessingException
                  extended by org.teiid.client.ProcedureErrorInstructionException
All Implemented Interfaces:
java.io.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
ProcedureErrorInstructionException()
           
ProcedureErrorInstructionException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class org.teiid.core.TeiidException
getChild, getCode, getFullMessage, getMessage, getOriginalType, setCode, setOriginalType, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcedureErrorInstructionException

public ProcedureErrorInstructionException()
Since:
4.3

ProcedureErrorInstructionException

public ProcedureErrorInstructionException(java.lang.String message)
Parameters:
message -
Since:
4.3


Copyright © 2011. All Rights Reserved.