com.ibm.wbiserverspi.mediation

Class MediateException

  • All Implemented Interfaces:
    java.io.Serializable


    public class MediateException
    extends ServiceRuntimeException
    This exception is thrown by a mediation Java Snippet implementation when a runtime exception occurs that it cannot handle.
    See Also:
    Serialized Form
    • Constructor Detail

      • MediateException

        public MediateException(java.lang.String message)
        Constructor
        Parameters:
        message - error message
      • MediateException

        public MediateException(java.lang.Throwable cause)
        Constructor
        Parameters:
        cause - cause of the error
      • MediateException

        public MediateException(java.lang.String message,
                        java.lang.Throwable cause)
        Constructor
        Parameters:
        message - error message
        cause - cause of the error
      • MediateException

        public MediateException(ServiceRuntimeException e)
        Constructor
        Parameters:
        e - runtime exception
IBM Business Process ManagerTM
Release 8