Class NoSuchPreparerException

All Implemented Interfaces:
Serializable

public class NoSuchPreparerException extends PreparerException
Thrown when the named preparerInstance can not be found.
Since:
2.0
Version:
$Rev: 1310865 $ $Date: 2012-04-08 07:01:22 +1000 (Sun, 08 Apr 2012) $
See Also:
  • Constructor Details

    • NoSuchPreparerException

      public NoSuchPreparerException()
      Constructor.
    • NoSuchPreparerException

      public NoSuchPreparerException(String message)
      Constructor.
      Parameters:
      message - The message to include.
    • NoSuchPreparerException

      public NoSuchPreparerException(Throwable e)
      Constructor.
      Parameters:
      e - The cause exception.
    • NoSuchPreparerException

      public NoSuchPreparerException(String message, Throwable e)
      Constructor.
      Parameters:
      message - The message to include.
      e - The cause exception.