Class ServerRtException

All Implemented Interfaces:
com.sun.istack.localization.Localizable, com.sun.istack.localization.LocalizableMessageFactory.ResourceBundleSupplier, Serializable

public class ServerRtException extends JAXWSExceptionBase
See Also:
  • Constructor Details

    • ServerRtException

      public ServerRtException(String key, Object... args)
    • ServerRtException

      public ServerRtException(Throwable throwable)
    • ServerRtException

      public ServerRtException(com.sun.istack.localization.Localizable arg)
    • ServerRtException

      public ServerRtException(com.sun.istack.localization.Localizable arg, Throwable t)
  • Method Details