Class SimpleACIWorld.DNMessage

java.lang.Object
com.isode.dsapi.aci.SimpleACIWorld.DNMessage
Enclosing class:
SimpleACIWorld

public static class SimpleACIWorld.DNMessage extends Object
Error or warning message, with attached DN and/or exception.
  • Field Details

    • msg

      public final String msg
      Message.
    • dn

      public final DN dn
      DN that this applies to, or null.
    • acsa

      public final SimpleACIWorld.ACSA acsa
      ACSA that this applies to, or null.
    • exc

      public final Exception exc
      Exception with more information about the problem, or null.
  • Constructor Details

    • DNMessage

      public DNMessage(String msg)
      Constructor.
      Parameters:
      msg - Message
    • DNMessage

      public DNMessage(String msg, SimpleACIWorld.ACSA acsa, Exception exc)
      Constructor.
      Parameters:
      msg - Message
      acsa - ACSA, or null
      exc - Exception, or null
  • Method Details

    • toString

      public String toString()
      Debugging string.
      Overrides:
      toString in class Object
      Returns:
      Debugging string