Novell exteNd
Director 5.2 API

com.sssw.wf.exception
Class EboAuditLoggerException

java.lang.Object
 |
 +--java.lang.Throwable
       |
       +--java.lang.Exception
             |
             +--com.sssw.fw.exception.EboException
                   |
                   +--com.sssw.wf.exception.EboAuditLoggerException
All Implemented Interfaces:
EbiParentedException, Serializable

public class EboAuditLoggerException
extends EboException

Used to construct Workflow audit log exceptions

See Also:
Serialized Form

Constructor Summary
EboAuditLoggerException()
          Default constructor
EboAuditLoggerException(Exception exception)
          Constructor with embedded exception
EboAuditLoggerException(String msg)
          Constructor with error message
EboAuditLoggerException(String msg, Exception exception)
          Constructor with embedded exception and error message
 
Methods inherited from class com.sssw.fw.exception.EboException
copyTo, getHTML, getMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setHTML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EboAuditLoggerException

public EboAuditLoggerException()
Default constructor

EboAuditLoggerException

public EboAuditLoggerException(String msg)
Constructor with error message
Parameters:
msg - error message text (String)

EboAuditLoggerException

public EboAuditLoggerException(Exception exception)
Constructor with embedded exception
Parameters:
exception - java exception (Exception)

EboAuditLoggerException

public EboAuditLoggerException(String msg,
                               Exception exception)
Constructor with embedded exception and error message
Parameters:
msg - error message text (String)
exception - java exception (Exception)

Novell exteNd
Director 5.2 API