Liferay 7.0-ce-b4

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

Field Summary
 String className
           
 
Constructor Summary
UndeployedExternalRepositoryException(String className)
           
 
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
 

Field Detail

className

public final String className
Constructor Detail

UndeployedExternalRepositoryException

public UndeployedExternalRepositoryException(String className)

Liferay 7.0-ce-b4