Class OntopiaServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.ontopia.topicmaps.rest.exceptions.OntopiaRestException
-
- net.ontopia.topicmaps.rest.exceptions.OntopiaServerException
-
- All Implemented Interfaces:
Serializable
public class OntopiaServerException extends OntopiaRestException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OntopiaServerException(String description)
OntopiaServerException(String description, Throwable cause)
OntopiaServerException(Throwable cause)
OntopiaServerException(OntopiaRestErrors error, Object... parameters)
OntopiaServerException(OntopiaRestErrors error, Throwable cause, Object... parameters)
-
Method Summary
-
Methods inherited from class net.ontopia.topicmaps.rest.exceptions.OntopiaRestException
getOntopiaCode, getStatus
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
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)
-
-