de.osci.osci12.common
Class OSCISignatureException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.osci.osci12.OSCIException
                    |
                    +--de.osci.osci12.common.OSCISignatureException
All Implemented Interfaces:
java.io.Serializable

public class OSCISignatureException
extends OSCIException

Diese Exception wird geworfen wenn ein Fehler bei der Erstellung einer Signatur aufgetreten ist Wie ist das wenn keine Signatur definiert wurde (siehe getMessageID ??? )

See Also:
Serialized Form

Constructor Summary
OSCISignatureException(java.lang.String errorCode)
           
 
Methods inherited from class de.osci.osci12.OSCIException
getErrorCode, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OSCISignatureException

public OSCISignatureException(java.lang.String errorCode)