Package com.basis.api.admin
Class BBjAdminStartupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.basis.api.admin.BBjAdminStartupException
- All Implemented Interfaces:
Serializable
This is the main exception class for BBj Services server startup errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBBjAdminStartupException
(String p_serverName, int p_serverNum, int p_port, Throwable p_exception) -
Method Summary
Modifier and TypeMethodDescriptionstatic BBjAdminStartupException
from
(com.basis.server.MultiServer.StartupException p_ex) int
getPort()
int
void
setPort
(int p_port) void
setServerName
(String p_serverName) void
setServerNum
(int p_serverNum) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BBjAdminStartupException
public BBjAdminStartupException() -
BBjAdminStartupException
-
-
Method Details
-
getServerName
-
setServerName
-
getServerNum
public int getServerNum() -
setServerNum
public void setServerNum(int p_serverNum) -
getPort
public int getPort() -
setPort
public void setPort(int p_port) -
from
-