Package org.nuxeo.ecm.core.api
Class ServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.nuxeo.ecm.core.api.ServerException
-
- All Implemented Interfaces:
Serializable
public class ServerException extends Exception
The base exception thrown by the CoreSession API.- Author:
- Bogdan Stefanescu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerException()
ServerException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ServerException
public ServerException()
-
ServerException
public ServerException(String message)
-
-