Class BrokerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.common.exception.ProException
com.progress.open4gl.broker.BrokerException
All Implemented Interfaces:
com.progress.common.exception.IChainableException, Serializable

public class BrokerException extends com.progress.common.exception.ProException
See Also:
  • Field Details

  • Constructor Details

    • BrokerException

      public BrokerException()
    • BrokerException

      public BrokerException(int e, long msgID, Object[] params)
    • BrokerException

      public BrokerException(int e, long msgID, Object[] params, Throwable previous)
    • BrokerException

      public BrokerException(Throwable t, int e, String errorMessage)
    • BrokerException

      public BrokerException(int e, String errorMessage)
    • BrokerException

      public BrokerException(String errorMessage)
    • BrokerException

      public BrokerException(Throwable t, String errorMessage)
  • Method Details

    • getErrorNum

      public int getErrorNum()
    • getErrorMessage

      public String getErrorMessage()