Class RecycleBinItemNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.lsaf.core.AbstractCheckedException
com.sas.lsaf.content.repository.recyclebin.RecycleBinItemNotFoundException
All Implemented Interfaces:
Serializable

public class RecycleBinItemNotFoundException extends AbstractCheckedException
Thrown when an item in the recycle bin cannot be read.
See Also:
  • Constructor Details

    • RecycleBinItemNotFoundException

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