Class BamMediatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.mediator.bam.config.BamMediatorException
-
- All Implemented Interfaces:
Serializable
public class BamMediatorException extends Exception
The type of exceptions used in the BAM Mediator- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BamMediatorException(String s, Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-