mail
Class Errors

java.lang.Object
  extended by mail.Errors

public class Errors
extends java.lang.Object


Constructor Summary
Errors()
           
 
Method Summary
static void addException(java.lang.Exception e)
          used to add Exceptions, that are not fatal and where no possible actions exist to respond to them
static void addException(java.lang.String message, java.lang.Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Errors

public Errors()
Method Detail

addException

public static void addException(java.lang.Exception e)
used to add Exceptions, that are not fatal and where no possible actions exist to respond to them

Parameters:
e -

addException

public static void addException(java.lang.String message,
                                java.lang.Exception e)