com.atlassian.confluence.api.service.exceptions
Class InternalServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.confluence.api.service.exceptions.ServiceException
                  extended by com.atlassian.confluence.api.service.exceptions.InternalServerException
All Implemented Interfaces:
java.io.Serializable

public class InternalServerException
extends ServiceException

A ServiceException wrapper for a general runtime exception. Allows conversion to a 500 error in our ExceptionMapping

See Also:
Serialized Form

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

InternalServerException

public InternalServerException(java.lang.Throwable throwable)

InternalServerException

public InternalServerException(java.lang.String message,
                               java.lang.Throwable cause)


Copyright © 2003-2014 Atlassian. All Rights Reserved.