com.atlassian.crucible.spi.services
Class ServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crucible.spi.services.ServerException
All Implemented Interfaces:
java.io.Serializable

public class ServerException
extends java.lang.Exception

Thrown when something unexpected and serious has happened in the Fisheye/Crucible instance

See Also:
Serialized Form

Constructor Summary
ServerException()
           
ServerException(java.lang.String s)
           
ServerException(java.lang.String s, java.lang.Throwable throwable)
           
ServerException(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

ServerException

public ServerException()

ServerException

public ServerException(java.lang.String s)

ServerException

public ServerException(java.lang.String s,
                       java.lang.Throwable throwable)

ServerException

public ServerException(java.lang.Throwable throwable)