Package org.hertsstack.core.exception
Class RpcServerBuildException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hertsstack.core.exception.RpcServerBuildException
-
- All Implemented Interfaces:
java.io.Serializable
public class RpcServerBuildException extends java.lang.RuntimeException
Herts core server build failure exception class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RpcServerBuildException()
RpcServerBuildException(java.lang.String msg)
RpcServerBuildException(java.lang.String msg, java.lang.Throwable cause)
RpcServerBuildException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
RpcServerBuildException
public RpcServerBuildException()
-
RpcServerBuildException
public RpcServerBuildException(java.lang.String msg)
-
RpcServerBuildException
public RpcServerBuildException(java.lang.Throwable cause)
-
RpcServerBuildException
public RpcServerBuildException(java.lang.String msg, java.lang.Throwable cause)
-
-