Liferay 7.0-ce-b4

com.liferay.portal.kernel.repository.capabilities
Class UnsupportedCapabilityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.liferay.portal.kernel.exception.NestableRuntimeException
                  extended by com.liferay.portal.kernel.exception.SystemException
                      extended by com.liferay.portal.kernel.repository.capabilities.UnsupportedCapabilityException
All Implemented Interfaces:
Serializable

public class UnsupportedCapabilityException
extends SystemException

See Also:
Serialized Form

Constructor Summary
UnsupportedCapabilityException(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedCapabilityException

public UnsupportedCapabilityException(Class<? extends Capability> capabilityClass,
                                      String providerDescription)

Liferay 7.0-ce-b4