Class RemoteLinkCreationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bamboo.jira.issuelink.RemoteLinkCreationFailedException
All Implemented Interfaces:
Serializable

public class RemoteLinkCreationFailedException extends Exception
See Also:
  • Constructor Details

    • RemoteLinkCreationFailedException

      public RemoteLinkCreationFailedException(String s)
    • RemoteLinkCreationFailedException

      public RemoteLinkCreationFailedException(String s, JiraRestResponse response)
    • RemoteLinkCreationFailedException

      public RemoteLinkCreationFailedException(String s, Throwable throwable)
  • Method Details