Class IncompatibleVersionException

All Implemented Interfaces:
Serializable

public class IncompatibleVersionException extends UcmdbException
The server cannot support this version of the client implementation. For example, this exception may be thrown when the client version is newer than the server version.
See Also:
  • Constructor Details

    • IncompatibleVersionException

      public IncompatibleVersionException(Throwable cause)
    • IncompatibleVersionException

      public IncompatibleVersionException(String message)
    • IncompatibleVersionException

      public IncompatibleVersionException(String message, Throwable cause)