Class JSException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.mediator.datamapper.engine.core.exceptions.JSException
-
- All Implemented Interfaces:
Serializable
public class JSException extends Exception
This exception is thrown when script executors can not execute the mapping configuration script- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JSException(String message)
JSException(String message, Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-