Class TilesContainerFactoryException

All Implemented Interfaces:
Serializable

public class TilesContainerFactoryException extends TilesException
Indicates that something went wrong in AbstractTilesContainerFactory use.
Since:
2.1.0
See Also:
  • Constructor Details

    • TilesContainerFactoryException

      public TilesContainerFactoryException(String message, Throwable e)
      Constructor.
      Parameters:
      message - The detail message.
      e - The exception to be wrapped.
      Since:
      2.1.0