Class TilesContainerFactoryException

All Implemented Interfaces:
Serializable

public class TilesContainerFactoryException extends TilesException
Indicates that something went wrong in
invalid reference
TilesContainerFactory
use.
Since:
2.1.0
Version:
$Rev: 943645 $ $Date: 2010-05-13 05:33:19 +1000 (Thu, 13 May 2010) $
See Also:
  • Constructor Details

    • TilesContainerFactoryException

      public TilesContainerFactoryException()
      Constructor.
      Since:
      2.1.0
    • TilesContainerFactoryException

      public TilesContainerFactoryException(String message)
      Constructor.
      Parameters:
      message - The detail message.
      Since:
      2.1.0
    • TilesContainerFactoryException

      public TilesContainerFactoryException(Throwable e)
      Constructor.
      Parameters:
      e - The exception to be wrapped.
      Since:
      2.1.0
    • TilesContainerFactoryException

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