Class InformationMessage
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.net.dd.netherwingcore.common.logging.Message
br.net.dd.netherwingcore.common.logging.InformationMessage
- All Implemented Interfaces:
Detail, Serializable
-
Constructor Summary
ConstructorsConstructorDescriptionInformationMessage(String message) Constructs a newInformationMessagewith the specified message text. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InformationMessage
Constructs a newInformationMessagewith the specified message text.- Parameters:
message- the text of the informational message
-