com.gentics.api.portalnode.templateengine
Class PrivateKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gentics.api.portalnode.templateengine.PrivateKeyException
All Implemented Interfaces:
java.io.Serializable

public class PrivateKeyException
extends java.lang.Exception

Exception that is thrown when a forbidden key is added to a templates context.

See Also:
Serialized Form

Constructor Summary
PrivateKeyException()
          Create instance of the exception
PrivateKeyException(java.lang.String message)
          Create instance of the exception with the message
PrivateKeyException(java.lang.String message, java.lang.Throwable cause)
          Create instance of the exception with a message and cause
PrivateKeyException(java.lang.Throwable cause)
          Create instance of the exception with a 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

PrivateKeyException

public PrivateKeyException()
Create instance of the exception


PrivateKeyException

public PrivateKeyException(java.lang.String message)
Create instance of the exception with the message

Parameters:
message - message of the exception

PrivateKeyException

public PrivateKeyException(java.lang.String message,
                           java.lang.Throwable cause)
Create instance of the exception with a message and cause

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

PrivateKeyException

public PrivateKeyException(java.lang.Throwable cause)
Create instance of the exception with a cause

Parameters:
cause - cause of the exception


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.