de.osci.osci12.common
Class OSCICancelledException

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

public class OSCICancelledException
extends OSCIException

Diese Exception zeigt den Abbruch einer Aktion (Signier- oder Entschlüsselungsvorgänge) durch den Benutzer an.

Copyright: Copyright (c) 2003

Organisation: bremen online services GmbH & Co. KG

See Also:
Serialized Form

Constructor Summary
OSCICancelledException()
           
 
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

OSCICancelledException

public OSCICancelledException()