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:
java.io.Serializable
- Direct Known Subclasses:
ApplicationNotFoundException
,ContentAlreadyExistsException
,ContentNotFoundException
,IssueNotFoundException
,LayoutDescriptorNotFoundException
,NodeNotFoundException
,PageDescriptorNotFoundException
,PageNotFoundException
,PartDescriptorNotFoundException
,ResourceNotFoundException
@PublicApi public abstract class NotFoundException extends BaseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(java.lang.String message)
NotFoundException(java.lang.String message, java.lang.Object... args)
NotFoundException(java.lang.Throwable t, java.lang.String message)
NotFoundException(java.lang.Throwable cause, java.lang.String message, java.lang.Object... args)
-
Method Summary
-
Methods inherited from class com.enonic.xp.exception.BaseException
getCode
-
-
-
-
Constructor Detail
-
NotFoundException
public NotFoundException(java.lang.String message)
-
NotFoundException
public NotFoundException(java.lang.Throwable t, java.lang.String message)
-
NotFoundException
public NotFoundException(java.lang.String message, java.lang.Object... args)
-
NotFoundException
public NotFoundException(java.lang.Throwable cause, java.lang.String message, java.lang.Object... args)
-
-