Class UnsupportedCapabilityException
Object
Throwable
Exception
RuntimeException
com.liferay.portal.kernel.exception.NestableRuntimeException
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.repository.capabilities.UnsupportedCapabilityException
- All Implemented Interfaces:
Serializable
- Author:
- Iván Zaera
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedCapabilityException
(Class<? extends Capability> capabilityClass, String providerDescription) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedCapabilityException
public UnsupportedCapabilityException(Class<? extends Capability> capabilityClass, String providerDescription)
-