Package com.enonic.xp.exception
Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.enonic.xp.exception.BaseException
-
- com.enonic.xp.exception.NotFoundException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApplicationNotFoundException
,ContentAlreadyExistsException
,ContentNotFoundException
,IssueNotFoundException
,LayoutDescriptorNotFoundException
,NodeNotFoundException
,PageDescriptorNotFoundException
,PageNotFoundException
,PartDescriptorNotFoundException
,ProjectNotFoundException
,ResourceNotFoundException
@PublicApi public abstract class NotFoundException extends BaseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(String message)
NotFoundException(String message, Object... args)
Deprecated.NotFoundException(Throwable t, String message)
NotFoundException(Throwable cause, String message, Object... args)
Deprecated.
-
Method Summary
-
Methods inherited from class com.enonic.xp.exception.BaseException
getCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotFoundException
public NotFoundException(String message)
-
NotFoundException
@Deprecated public NotFoundException(String message, Object... args)
Deprecated.
-
NotFoundException
@Deprecated public NotFoundException(Throwable cause, String message, Object... args)
Deprecated.
-
-