Package org.apache.pekko.remote
Class NotAllowedClassRemoteDeploymentAttemptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.remote.NotAllowedClassRemoteDeploymentAttemptException
- All Implemented Interfaces:
Serializable
INTERNAL API
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotAllowedClassRemoteDeploymentAttemptException(Class<?> illegal, scala.collection.immutable.Set<String> allowedClassNames) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotAllowedClassRemoteDeploymentAttemptException
-