Package unlimited.fc.server.api
Class APINotConnectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- unlimited.fc.server.api.APINotConnectedException
-
- All Implemented Interfaces:
java.io.Serializable
public class APINotConnectedException extends java.lang.ExceptionA small typed exception that clearly signifies that the Server admin API isn't connected to the FileCatalyst Server- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description APINotConnectedException()APINotConnectedException(java.lang.String message)APINotConnectedException(java.lang.String message, java.lang.Throwable e)APINotConnectedException(java.lang.Throwable e)
-
-
-
Constructor Detail
-
APINotConnectedException
public APINotConnectedException()
-
APINotConnectedException
public APINotConnectedException(java.lang.Throwable e)
-
APINotConnectedException
public APINotConnectedException(java.lang.String message)
-
APINotConnectedException
public APINotConnectedException(java.lang.String message, java.lang.Throwable e)
-
-