Class VersionCommunicationException

All Implemented Interfaces:
IPortalException, Serializable

public class VersionCommunicationException extends VersionException
This exception is use when there is a communication error with the version control system. This exception type will cause the logic to try to restablish a connection next time.
See Also:
  • Constructor Details

    • VersionCommunicationException

      @Deprecated public VersionCommunicationException(String message)
      Deprecated.
      use a constructor that uses a localized message from a resource bundle
      Passes in a exception to be printed
      Parameters:
      String - message the message from the vcs
    • VersionCommunicationException

      @Deprecated public VersionCommunicationException(String message, Throwable target)
      Deprecated.
      use a constructor that uses a localized message from a resource bundle
      Parameters:
      message -
      target -
    • VersionCommunicationException

      public VersionCommunicationException(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, Object[] messageArgs)
      Parameters:
      resourceBundleClass -
      messageKey -
      messageArgs -
    • VersionCommunicationException

      public VersionCommunicationException(Class<? extends ResourceBundle> resourceBundleClass, String messageKey)
      Parameters:
      resourceBundleClass -
      messageKey -
    • VersionCommunicationException

      public VersionCommunicationException(Throwable thrown)
      Parameters:
      thrown -