org.webdocwf.util.smime.exception
Class ErrorStorage

java.lang.Object
  |
  +--org.webdocwf.util.smime.exception.ErrorStorage

public class ErrorStorage
extends java.lang.Object

ErrorStorage is used for storing SMIME error mesages used in construction of the SMIMEException.


Constructor Summary
ErrorStorage()
           
 
Method Summary
static java.lang.String getErrorMesage(int errNumber0)
          Returns error message text according to the given input number parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorStorage

public ErrorStorage()
Method Detail

getErrorMesage

public static java.lang.String getErrorMesage(int errNumber0)
Returns error message text according to the given input number parameter.
Parameters:
errNumber0 - error number
Returns:
error message text coresponding to given error number


Copyright © 2002-2002 Together Teamlösungen. All Rights Reserved.