{
getSubscription( ).pause( );
}
catch ( PauseFailedException pfe )
{
throw new PauseFailedFaultException( (WsnNamespaceVersionHolder) getResource( ).getNamespaceSet( ),
"Pause failed on subscription with id "
+ getSubscription( ).getID( ) );
}
return createPauseSubscriptionResponseDocument( );