{
return new JMSSecurityRuntimeException(e.getMessage(), e.getErrorCode(), e);
}
if (e instanceof MessageFormatException)
{
return new MessageFormatRuntimeException(e.getMessage(), e.getErrorCode(), e);
}
if (e instanceof MessageNotWriteableException)
{
return new MessageNotWriteableRuntimeException(e.getMessage(), e.getErrorCode(), e);
}