com.atlassian.confluence.api.service.exceptions
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.api.service.exceptions.ServiceException
com.atlassian.confluence.api.service.exceptions.NotFoundException
- All Implemented Interfaces:
- Serializable
public class NotFoundException
- extends ServiceException
Thrown when things that are expected to be found are NOT found.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotFoundException
public NotFoundException()
NotFoundException
public NotFoundException(String message)
NotFoundException
public NotFoundException(String message,
Throwable e)
Copyright © 2003–2015 Atlassian. All rights reserved.