|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.portals.graffito.exception.ContentManagementException
public class ContentManagementException
Occurs when anything unexpected happens within a CMS Service or tools.
This is the ancester class for all specific CMS exception.
| Constructor Summary | |
|---|---|
ContentManagementException()
Default Constructor without information. |
|
ContentManagementException(java.lang.String message)
Constructor with message. |
|
ContentManagementException(java.lang.String message,
java.lang.Throwable nested)
Constructor with message and throwable object. |
|
ContentManagementException(java.lang.Throwable nested)
Constructor with throwable object. |
|
| 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 ContentManagementException()
public ContentManagementException(java.lang.String message)
message - the message associated to the exceptionpublic ContentManagementException(java.lang.Throwable nested)
nested - the associated throwable object
public ContentManagementException(java.lang.String message,
java.lang.Throwable nested)
message - the message associated to the exceptionnested - the associated throwable object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||