com.gentics.api.contentnode.publish
Class CnMapPublishException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gentics.api.contentnode.publish.CnMapPublishException
All Implemented Interfaces:
Serializable

public class CnMapPublishException
extends Exception

Exception that may be thrown in instances of CnMapPublishHandler

See Also:
Serialized Form

Constructor Summary
CnMapPublishException()
          Creates an instance of the exception without message or cause
CnMapPublishException(String message)
          Creates an instance of the exception with the given message
CnMapPublishException(String message, Throwable cause)
          Creates an instance of the exception with the given message and cause
CnMapPublishException(Throwable cause)
          Creates an instance of the exception with the given 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

CnMapPublishException

public CnMapPublishException()
Creates an instance of the exception without message or cause


CnMapPublishException

public CnMapPublishException(String message)
Creates an instance of the exception with the given message

Parameters:
message - exception message

CnMapPublishException

public CnMapPublishException(Throwable cause)
Creates an instance of the exception with the given cause

Parameters:
cause - exception cause

CnMapPublishException

public CnMapPublishException(String message,
                             Throwable cause)
Creates an instance of the exception with the given message and cause

Parameters:
message - exception message
cause - exception cause


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.