Package com.isode.dsapi.aci
Class SimpleACIWorld.DNMessage
java.lang.Object
com.isode.dsapi.aci.SimpleACIWorld.DNMessage
- Enclosing class:
- SimpleACIWorld
Error or warning message, with attached DN and/or exception.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
msg
Message. -
dn
DN that this applies to, or null. -
acsa
ACSA that this applies to, or null. -
exc
Exception with more information about the problem, or null.
-
-
Constructor Details
-
DNMessage
Constructor.- Parameters:
msg
- Message
-
DNMessage
Constructor.- Parameters:
msg
- Messageacsa
- ACSA, or nullexc
- Exception, or null
-
-
Method Details