DigiStamp.com

dgs.tlkt
Class ExceptionDgsInternal

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bydgs.tlkt.ExceptionDgs
              extended bydgs.tlkt.ExceptionDgsInternal
All Implemented Interfaces:
java.io.Serializable

public class ExceptionDgsInternal
extends ExceptionDgs

DigiStamp software experienced an error. You may need to forward the situation that resulted in this condition to DigiStamp for diagnostic. switch (errorCode) { case 0: return "Unsupported Hash Algorithm"; case 2: return "Transaction not permitted or supported."; case 5: return "Data submitted has wrong format (e.g. Hash length wrong)"; case 14: return "DigiStamp server not available."; case 15: return "Request policy not supported by DigiStamp"; case 16: return "Request extension not supported by DigiStamp"; case 17: return "Additional information requested not available. ";

See Also:
Serialized Form

Method Summary
 int getErrorCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getErrorCode

public int getErrorCode()
Returns:
int

toString

public java.lang.String toString()
Overrides:
toString in class ExceptionDgs

Copyright 2000-2005 DigiStamp, Inc.