de.uni_leipzig.wifa.iwi.mr3.service
Class MRException

Package class diagram package MRException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.uni_leipzig.wifa.iwi.mr3.service.MRException
All Implemented Interfaces:
Serializable

public class MRException
extends Exception

See Also:
Serialized Form

Constructor Summary
MRException()
           
MRException(String s)
           
MRException(String s, Throwable ex)
           
 
Method Summary
 FaultMessage getFaultMessage()
           
 void setFaultMessage(FaultMessage msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MRException

public MRException()

MRException

public MRException(String s)

MRException

public MRException(String s,
                   Throwable ex)
Method Detail

setFaultMessage

public void setFaultMessage(FaultMessage msg)

getFaultMessage

public FaultMessage getFaultMessage()


Copyright © 2010 Uni-Leipzig. All Rights Reserved.