Class OntopiaServerException

All Implemented Interfaces:
Serializable

public class OntopiaServerException extends OntopiaRestException
See Also:
  • Constructor Details

    • OntopiaServerException

      public OntopiaServerException(OntopiaRestErrors error, Object... parameters)
    • OntopiaServerException

      public OntopiaServerException(OntopiaRestErrors error, Throwable cause, Object... parameters)
    • OntopiaServerException

      public OntopiaServerException(String description)
    • OntopiaServerException

      public OntopiaServerException(Throwable cause)
    • OntopiaServerException

      public OntopiaServerException(String description, Throwable cause)