Liferay 7.0-ce-m2

com.liferay.portal.kernel.repository
Class UndeployedExternalRepositoryException

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.RepositoryException
                          extended by com.liferay.portal.kernel.repository.UndeployedExternalRepositoryException
All Implemented Interfaces:
Serializable

public class UndeployedExternalRepositoryException
extends RepositoryException

See Also:
Serialized Form

Constructor Summary
UndeployedExternalRepositoryException(ClassName className)
           
 
Method Summary
 ClassName getClassName()
           
 
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

UndeployedExternalRepositoryException

public UndeployedExternalRepositoryException(ClassName className)
Method Detail

getClassName

public ClassName getClassName()

Liferay 7.0-ce-m2