@NoInstantiate public final class ClassNotFoundInRegionException extends ClassNotFoundException
ClassNotFoundException providing additional troubleshooting information from the context of the
RegionClassLoader.| Constructor and Description |
|---|
ClassNotFoundInRegionException(String className,
String regionName)
Builds the exception.
|
ClassNotFoundInRegionException(String className,
String regionName,
String artifactName,
ClassNotFoundException cause)
Builds the exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactName() |
String |
getClassName() |
String |
getRegionName() |
getCause, getExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClassNotFoundInRegionException(String className, String regionName)
className - the name of the class that was trying to be loaded.regionName - the name of the region the class was being loaded from.public ClassNotFoundInRegionException(String className, String regionName, String artifactName, ClassNotFoundException cause)
className - the name of the class that was trying to be loaded.regionName - the name of the region the class was being loaded from.artifactName - the name of the artifact in the region the class was being loaded from.cause - the actual exception that was thrown when loading the class form the artifact classLoader.public String getClassName()
public String getRegionName()
public String getArtifactName()
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.