Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.cache.cluster
Class PortalCacheClusterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.liferay.portal.kernel.cache.cluster.PortalCacheClusterException
All Implemented Interfaces:
Serializable

public class PortalCacheClusterException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
PortalCacheClusterException()
           
PortalCacheClusterException(String msg)
           
PortalCacheClusterException(String msg, Throwable cause)
           
PortalCacheClusterException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

PortalCacheClusterException

public PortalCacheClusterException()

PortalCacheClusterException

public PortalCacheClusterException(String msg)

PortalCacheClusterException

public PortalCacheClusterException(String msg,
                                   Throwable cause)

PortalCacheClusterException

public PortalCacheClusterException(Throwable cause)

Liferay 6.1.2-ce-ga3