|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.gentics.api.lib.cache.PortalCacheException
public class PortalCacheException
Exception that is thrown if something goes wrong with the PortalCache.
| Constructor Summary | |
|---|---|
PortalCacheException()
constructs a new PortalCacheException |
|
PortalCacheException(java.lang.String message)
constructs a new PortalCacheException with a message |
|
PortalCacheException(java.lang.String message,
java.lang.Throwable cause)
constructs a new PortalCacheException with a message and it's cause |
|
PortalCacheException(java.lang.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 |
|---|
public PortalCacheException()
public PortalCacheException(java.lang.String message)
message - the detail messagepublic PortalCacheException(java.lang.Throwable cause)
cause - the cause of this exception
public PortalCacheException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the cause of this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||