com.gentics.api.lib.cache
Class PortalCacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gentics.api.lib.cache.PortalCacheException
All Implemented Interfaces:
Serializable

public class PortalCacheException
extends Exception

Exception that is thrown if something goes wrong with the PortalCache.

See Also:
Serialized Form

Constructor Summary
PortalCacheException()
          constructs a new PortalCacheException
PortalCacheException(String message)
          constructs a new PortalCacheException with a message
PortalCacheException(String message, Throwable cause)
          constructs a new PortalCacheException with a message and it's cause
PortalCacheException(Throwable cause)
          constructs a new PortalCacheException with it's cause attached
 
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

PortalCacheException

public PortalCacheException()
constructs a new PortalCacheException


PortalCacheException

public PortalCacheException(String message)
constructs a new PortalCacheException with a message

Parameters:
message - the detail message

PortalCacheException

public PortalCacheException(Throwable cause)
constructs a new PortalCacheException with it's cause attached

Parameters:
cause - the cause of this exception

PortalCacheException

public PortalCacheException(String message,
                            Throwable cause)
constructs a new PortalCacheException with a message and it's cause

Parameters:
message - the detail message
cause - the cause of this exception


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.