Class DirectoryMappingNotFoundException

All Implemented Interfaces:
Serializable

public class DirectoryMappingNotFoundException extends ObjectNotFoundException
Thrown when a directory mapping could not be found for the given pair application and directory ids.
Since:
v3.1.0
See Also:
  • Constructor Details

    • DirectoryMappingNotFoundException

      public DirectoryMappingNotFoundException(long applicationId, long directoryId)
  • Method Details

    • getApplicationId

      public long getApplicationId()
    • getDirectoryId

      public long getDirectoryId()