Package org.wso2.carbon.mediator.service
Class MediatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.wso2.carbon.mediator.service.MediatorException
-
- All Implemented Interfaces:
Serializable
public class MediatorException extends RuntimeException
Exception for the sequence editor mediator service- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MediatorException()
MediatorException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MediatorException
public MediatorException()
-
MediatorException
public MediatorException(String message)
-
-