Package com.enonic.xp.region
Class PartDescriptorNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.enonic.xp.exception.BaseException
-
- com.enonic.xp.exception.NotFoundException
-
- com.enonic.xp.region.PartDescriptorNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
@PublicApi public class PartDescriptorNotFoundException extends NotFoundException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PartDescriptorNotFoundException(DescriptorKey key, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.enonic.xp.exception.BaseException
getCode
-
-
-
-
Constructor Detail
-
PartDescriptorNotFoundException
public PartDescriptorNotFoundException(DescriptorKey key, java.lang.Throwable cause)
-
-