Class CorreoMqttExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.correomqtt.business.exception.CorreoMqttException
-
- org.correomqtt.business.exception.CorreoMqttExecutionException
-
- All Implemented Interfaces:
Serializable
public class CorreoMqttExecutionException extends CorreoMqttException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorreoMqttExecutionException(Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInfo()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CorreoMqttExecutionException
public CorreoMqttExecutionException(Exception e)
-
-
Method Detail
-
getInfo
public String getInfo()
- Specified by:
getInfoin classCorreoMqttException
-
-