Class AlreadyExistsException

All Implemented Interfaces:
Serializable

public class AlreadyExistsException extends OcflJavaException
This exception indicates that the operation could not be completed because the targeted resource already exists
See Also:
  • Constructor Details

    • AlreadyExistsException

      public AlreadyExistsException()
    • AlreadyExistsException

      public AlreadyExistsException(String message)
    • AlreadyExistsException

      public AlreadyExistsException(String message, Throwable cause)
    • AlreadyExistsException

      public AlreadyExistsException(Throwable cause)