|
OSCI2-StarterKit |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
eu.osci.OSCIException
public class OSCIException
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).
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 |
---|
public OSCIException(OSCIFault osciFault, java.lang.String _details, java.lang.Throwable ex)
osciFault
- _details
- ex
- public OSCIException(OSCIFault osciFault, java.lang.Throwable ex)
osciFault
- ex
- public OSCIException(java.lang.String _code, java.lang.String _subcode, java.lang.String _reason, javax.xml.ws.soap.SOAPFaultException _cause)
_code
- _subcode
- _reason
- _cause
- Method Detail |
---|
public javax.xml.ws.soap.SOAPFaultException getCause()
getCause
in class java.lang.Throwable
public java.lang.String getCode()
public java.lang.String getSubcode()
public java.lang.String getReason()
public java.lang.String toString()
toString
in class java.lang.Throwable
public java.lang.String getLocalizedMessage()
getLocalizedMessage
in class java.lang.Throwable
|
OSCI2-StarterKit |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |