com.atlassian.bamboo.jira.issuelink
Class RemoteLinkCreationFailedException

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

public class RemoteLinkCreationFailedException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
RemoteLinkCreationFailedException(java.lang.String s)
           
RemoteLinkCreationFailedException(java.lang.String s, JiraRestResponse response)
           
RemoteLinkCreationFailedException(java.lang.String s, java.lang.Throwable throwable)
           
 
Method Summary
 JiraRestResponse getResponse()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

RemoteLinkCreationFailedException

public RemoteLinkCreationFailedException(java.lang.String s)

RemoteLinkCreationFailedException

public RemoteLinkCreationFailedException(java.lang.String s,
                                         JiraRestResponse response)

RemoteLinkCreationFailedException

public RemoteLinkCreationFailedException(java.lang.String s,
                                         java.lang.Throwable throwable)
Method Detail

getResponse

public JiraRestResponse getResponse()


Copyright © 2012 Atlassian. All Rights Reserved.