OSCI2-StarterKit


eu.osci
Class OSCIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eu.osci.OSCIException
All Implemented Interfaces:
java.io.Serializable

public class OSCIException
extends java.lang.Exception

This class describes all exceptions owned by the OSCI2-StarterKit.
Copyright © 2010 Freie Hansestadt Bremen.
Created by bremen online services Entwicklungs- und Betriebsgesellschaft mbH & Co. KG.
This library (Starter Kit) can be used by anybody according to the Bremer Lizenz für freie Softwarebibliotheken. The license terms can be viewed at www.osci.de or can be ordered at the OSCI-Leitstelle (Die Senatorin für Finanzen, Freie Hansestadt Bremen, Postfach 10 15 40, 28015 Bremen).

See Also:
Serialized Form

Constructor Summary
OSCIException(OSCIFault osciFault, java.lang.String _details, java.lang.Throwable ex)
          Creates an OSCIException object with the given parameters.
OSCIException(OSCIFault osciFault, java.lang.Throwable ex)
          Creates an OSCIException object with the given parameters.
OSCIException(java.lang.String _code, java.lang.String _subcode, java.lang.String _reason, javax.xml.ws.soap.SOAPFaultException _cause)
          Creates an OSCIException object with the given parameters.
 
Method Summary
 javax.xml.ws.soap.SOAPFaultException getCause()
           
 java.lang.String getCode()
           
 java.lang.String getLocalizedMessage()
          Returns the localised exception message in the set national language.
 java.lang.String getReason()
           
 java.lang.String getSubcode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OSCIException

public OSCIException(OSCIFault osciFault,
                     java.lang.String _details,
                     java.lang.Throwable ex)
Creates an OSCIException object with the given parameters.

Parameters:
osciFault -
_details -
ex -

OSCIException

public OSCIException(OSCIFault osciFault,
                     java.lang.Throwable ex)
Creates an OSCIException object with the given parameters.

Parameters:
osciFault -
ex -

OSCIException

public OSCIException(java.lang.String _code,
                     java.lang.String _subcode,
                     java.lang.String _reason,
                     javax.xml.ws.soap.SOAPFaultException _cause)
Creates an OSCIException object with the given parameters.

Parameters:
_code -
_subcode -
_reason -
_cause -
Method Detail

getCause

public javax.xml.ws.soap.SOAPFaultException getCause()
Overrides:
getCause in class java.lang.Throwable

getCode

public java.lang.String getCode()

getSubcode

public java.lang.String getSubcode()

getReason

public java.lang.String getReason()

toString

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

getLocalizedMessage

public java.lang.String getLocalizedMessage()
Returns the localised exception message in the set national language.

Overrides:
getLocalizedMessage in class java.lang.Throwable

OSCI2-StarterKit


Copyright © 2010 Freie Hansestadt Bremen.