public class ContentException extends RepositoryException
Constructor and Description |
---|
ContentException(String message)
Constructor
|
ContentException(String message,
Throwable reas)
Constructor
|
ContentException(Throwable reas)
Constructor
|
getRootCause, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public ContentException(String message)
message
- The messagepublic ContentException(String message, Throwable reas)
message
- The exception messagereas
- The throwable reasonpublic ContentException(Throwable reas)
reas
- The throwable reason