Class OfficeServerException

  • All Implemented Interfaces:
    Serializable

    public class OfficeServerException
    extends Exception
    Represents an exception that can be thrown communicating with an office server.
    Since:
    5.0M2
    Version:
    $Id: 9525e18c6c1a97931885613df4d05e3e98e64ee9 $
    See Also:
    Serialized Form
    • Constructor Detail

      • OfficeServerException

        public OfficeServerException​(String message)
        Constructs a new instance.
        Parameters:
        message - the exception message
      • OfficeServerException

        public OfficeServerException​(String message,
                                     Throwable throwable)
        Constructs a new instance.
        Parameters:
        message - the exception message
        throwable - the Throwable which is the cause of this exception