com.rhi.architecture.batch
Class AuditException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended bycom.rhi.architecture.batch.AuditException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable

public class AuditException
extends org.apache.commons.lang.exception.NestableException

Audit Exception

Since:
1.0
Author:
Pete McKinstry
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
AuditException()
           
AuditException(java.lang.String msg)
           
AuditException(java.lang.String msg, java.lang.Throwable cause)
           
AuditException(java.lang.Throwable cause)
           
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuditException

public AuditException()
See Also:
Object.Object()

AuditException

public AuditException(java.lang.String msg)
Parameters:
msg -
See Also:
Throwable.Throwable(String)

AuditException

public AuditException(java.lang.Throwable cause)
Parameters:
cause -
See Also:
Throwable.Throwable(Throwable)

AuditException

public AuditException(java.lang.String msg,
                      java.lang.Throwable cause)
Parameters:
msg -
cause -
See Also:
Throwable.Throwable(String, Throwable)


Copyright © 2002-2004 Robert Half International. All Rights Reserved.