Package com.atlassian.bitbucket.content
Class NoSuchPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.NoSuchEntityException
com.atlassian.bitbucket.NoSuchObjectException
com.atlassian.bitbucket.content.NoSuchPathException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionNoSuchPathException
(KeyedMessage keyedMessage, String path, String atObject) NoSuchPathException
(KeyedMessage keyedMessage, String path, String atObject, Throwable cause) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.NoSuchObjectException
getObject
Methods inherited from class com.atlassian.bitbucket.ServiceException
getKeyedMessage, getLocalizedMessage, getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchPathException
-
NoSuchPathException
public NoSuchPathException(KeyedMessage keyedMessage, String path, String atObject, Throwable cause)
-
-
Method Details
-
getAtObject
-