Class UnknownMaskCallException

All Implemented Interfaces:
Serializable

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

    • UnknownMaskCallException

      public UnknownMaskCallException(String maskCallName)
      Constructs the exception with the name of the mask call that could not be found.
      Parameters:
      maskCallName - the name of the mask call that could not be found.