public class PersistenceResourceNotFoundException extends PortalRuntimeException
ManagePortalObject
could not be found. This situation would typically occur if the resource was deleted independently other after the ManagedPortalObject
was created.Constructor and Description |
---|
PersistenceResourceNotFoundException(WebCenterMessage message)
Constructs a
PersistenceResourceNotFoundException with a message. |
PersistenceResourceNotFoundException(WebCenterMessage message, java.lang.Throwable cause)
Constructs a
PersistenceResourceNotFoundException with a message and a cause. |
public PersistenceResourceNotFoundException(WebCenterMessage message, java.lang.Throwable cause)
PersistenceResourceNotFoundException
with a message and a cause.message
- the exception message.cause
- the cause exception.public PersistenceResourceNotFoundException(WebCenterMessage message)
PersistenceResourceNotFoundException
with a message.message
- the exception message.