Class UnknownServiceCallException

All Implemented Interfaces:
Serializable

public class UnknownServiceCallException extends PortalException
This exception can be used to indicate that a service call could not be found.
Since:
6.4
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • UnknownServiceCallException

      public UnknownServiceCallException(String serviceCallName)
      Constructs the exception with the name of the service call that could not be found.
      Parameters:
      serviceCallName - the name of the service call that could not be found.