Class TlfUpdateException

All Implemented Interfaces:
Serializable

public class TlfUpdateException extends TlfException
Thrown when the TLF cannot be updated.
Since:
2.4
See Also:
  • Constructor Details

    • TlfUpdateException

      public TlfUpdateException(String message)
      Constructs a TlfUpdateException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).