Class ProcedureException

All Implemented Interfaces:
Serializable

public class ProcedureException extends RuntimeException
An exception that is generated from a stored procedure when some erronious condition occurs. This error is typically returned back to the client.
Author:
Tobias Downer
See Also:
  • Constructor Details

    • ProcedureException

      public ProcedureException(String str)
      Construct the exception.