public class FunctionAlreadyExistsException extends SQLException
Constructor and Description |
---|
FunctionAlreadyExistsException(String functionName) |
FunctionAlreadyExistsException(String functionName,
PFunction function) |
FunctionAlreadyExistsException(String functionName,
String msg) |
FunctionAlreadyExistsException(String functionName,
String msg,
PFunction function) |
Modifier and Type | Method and Description |
---|---|
PFunction |
getFunction() |
String |
getFunctionName() |
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FunctionAlreadyExistsException(String functionName)
public FunctionAlreadyExistsException(String functionName, String msg)
public FunctionAlreadyExistsException(String functionName, PFunction function)
Copyright © 2015 Apache Software Foundation. All Rights Reserved.