Class ServerRestartedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.bamboo.v2.build.agent.remote.ServerRestartedException
-
- All Implemented Interfaces:
Serializable
public class ServerRestartedException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerRestartedException()
ServerRestartedException(String message)
ServerRestartedException(String message, Throwable cause)
ServerRestartedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-