Class UnknownDynamicContainerException

All Implemented Interfaces:
Serializable

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

    • UnknownDynamicContainerException

      public UnknownDynamicContainerException(String name)
      Constructs the exception with the name of the dynamic container that could not be found.
      Parameters:
      name - the name of the dynamic container that could not be found.