|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pentaho.platform.api.util.PentahoChainedException
org.pentaho.platform.api.repository.RepositoryException
org.pentaho.platform.api.repository.ContentException
public class ContentException
Constructor Summary | |
---|---|
ContentException(java.lang.String message)
Constructor |
|
ContentException(java.lang.String message,
java.lang.Throwable reas)
Constructor |
|
ContentException(java.lang.Throwable reas)
Constructor |
Method Summary |
---|
Methods inherited from class org.pentaho.platform.api.util.PentahoChainedException |
---|
getRootCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ContentException(java.lang.String message)
message
- The messagepublic ContentException(java.lang.String message, java.lang.Throwable reas)
message
- The exception messagereas
- The throwable reasonpublic ContentException(java.lang.Throwable reas)
reas
- The throwable reason
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |