com.atlassian.applinks.spi.manifest
Class ManifestNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.applinks.spi.manifest.ManifestNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ManifestNotFoundException
extends java.lang.Exception

Since:
3.0
See Also:
Serialized Form

Constructor Summary
ManifestNotFoundException(java.lang.String url)
           
ManifestNotFoundException(java.lang.String url, java.lang.String message)
           
ManifestNotFoundException(java.lang.String url, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getUrl()
           
 
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

ManifestNotFoundException

public ManifestNotFoundException(java.lang.String url)

ManifestNotFoundException

public ManifestNotFoundException(java.lang.String url,
                                 java.lang.String message)

ManifestNotFoundException

public ManifestNotFoundException(java.lang.String url,
                                 java.lang.Throwable cause)
Method Detail

getUrl

public java.lang.String getUrl()


Copyright © 2011 Atlassian. All Rights Reserved.