Class GroupRetrievalFault
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.vomanagement.usermanagement.exception.GroupRetrievalFault
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGroupRetrievalFault(String errorMsg, long groupId) GroupRetrievalFault(String errorMsg, long groupId, com.liferay.portal.kernel.exception.PortalException e) GroupRetrievalFault(String errorMsg, long groupId, com.liferay.portal.kernel.exception.SystemException e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details