|
||||||||||
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.contentnode.publish.CnMapPublishException
public class CnMapPublishException
Exception that may be thrown in instances of CnMapPublishHandler
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 |
---|
public CnMapPublishException()
public CnMapPublishException(String message)
message
- exception messagepublic CnMapPublishException(Throwable cause)
cause
- exception causepublic CnMapPublishException(String message, Throwable cause)
message
- exception messagecause
- exception cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |