de.osci.osci12.common
Class OSCIErrorException

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

public class OSCIErrorException
extends OSCIException

Diese Exception zeigt einen Fehler gemäß OSCI 1.2-Spezifikation an.

Copyright: Copyright (c) 2003

Organisation: bremen online services GmbH & Co. KG

See Also:
Serialized Form

Constructor Summary
OSCIErrorException(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

OSCIErrorException

public OSCIErrorException(java.lang.String errorCode)