public class PortalCacheException
extends java.lang.Exception
PortalCache
.Constructor and Description |
---|
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
|
public PortalCacheException()
public PortalCacheException(java.lang.String message)
message
- the detail messagepublic PortalCacheException(java.lang.Throwable cause)
cause
- the cause of this exceptionpublic PortalCacheException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the cause of this exceptionCopyright © 2018 Gentics Software. All Rights Reserved.