|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.atlassian.confluence.api.service.exceptions.ServiceException com.atlassian.confluence.api.service.exceptions.InternalServerException
public class InternalServerException
A ServiceException wrapper for a general runtime exception. Allows conversion to a 500 error in our ExceptionMapping
Constructor Summary | |
---|---|
InternalServerException(java.lang.String message,
java.lang.Throwable cause)
|
|
InternalServerException(java.lang.Throwable throwable)
|
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 InternalServerException(java.lang.Throwable throwable)
public InternalServerException(java.lang.String message, java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |