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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteLinkCreationFailedException(String s)
RemoteLinkCreationFailedException(String s, JiraRestResponse response)
RemoteLinkCreationFailedException(String s, Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JiraRestResponse
getResponse()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RemoteLinkCreationFailedException
public RemoteLinkCreationFailedException(String s)
-
RemoteLinkCreationFailedException
public RemoteLinkCreationFailedException(String s, JiraRestResponse response)
-
-
Method Detail
-
getResponse
public JiraRestResponse getResponse()
-
-