Class InvalidSubjectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.ecm.platform.relations.api.exceptions.InvalidSubjectException
-
- All Implemented Interfaces:
Serializable
public class InvalidSubjectException extends RuntimeException
A subject cannot be a literal.- Author:
- Anahide Tchertchian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSubjectException()
InvalidSubjectException(String message)
InvalidSubjectException(String message, Throwable cause)
InvalidSubjectException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-