|
||||||||||
| 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(java.lang.String message)
Creates an instance of the exception with the given message |
|
CnMapPublishException(java.lang.String message,
java.lang.Throwable cause)
Creates an instance of the exception with the given message and cause |
|
CnMapPublishException(java.lang.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(java.lang.String message)
message - exception messagepublic CnMapPublishException(java.lang.Throwable cause)
cause - exception cause
public CnMapPublishException(java.lang.String message,
java.lang.Throwable cause)
message - exception messagecause - exception cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||