Class ComExceptionRemoteClassNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.exceptions.BaseException
one.microstream.com.ComException
one.microstream.communication.binarydynamic.ComExceptionRemoteClassNotFound
- All Implemented Interfaces:
Serializable
public class ComExceptionRemoteClassNotFound extends ComException
Thrown when a typeDefinition received from the remote host
contains a type that can't be resolved to an exiting class
on the local system.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ComExceptionRemoteClassNotFound(String typeName)
Constructs aComExceptionRemoteClassNotFound
with no detail message. -
Method Summary
Methods inherited from class one.microstream.exceptions.BaseException
assembleDetailString, assembleExplicitMessageAddon, assembleOutputString, getMessage, message
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ComExceptionRemoteClassNotFound
Constructs aComExceptionRemoteClassNotFound
with no detail message.- Parameters:
typeName
- the type name of the missing class
-