Class RepositoryItemCheckinException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RepositoryItemCheckinException
    extends RepositoryItemException
    Thrown when an attempt is made to check in a file that is not checked out.

    This exception can also be thrown when the check in specification cannot be satisfied. For example, you specify a check in with a custom version number of 4.1, but the file is currently at version 6.0.

    Since:
    1.1
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RepositoryItemCheckinException​(java.lang.String path, java.lang.String message)
      Constructs a RepositoryItemCheckinException with the specified path and message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RepositoryItemCheckinException

        public RepositoryItemCheckinException​(java.lang.String path,
                                              java.lang.String message)
        Constructs a RepositoryItemCheckinException with the specified path and message.
        Parameters:
        path - The path to the repository item.
        message - The detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).