moazs.api
Class MoaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bymoazs.api.MoaException
All Implemented Interfaces:
Serializable

public class MoaException
extends Exception

ExceptionKlasse für MoaZS

See Also:
Serialized Form

Constructor Summary
MoaException(int errorCode, String message)
           
MoaException(String msg)
           
MoaException(String message, int errorCode)
           
MoaException(String message, Throwable cause)
           
MoaException(Throwable cause)
           
 
Method Summary
 int getErrorCode()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MoaException

public MoaException(String msg)

MoaException

public MoaException(String message,
                    int errorCode)

MoaException

public MoaException(int errorCode,
                    String message)

MoaException

public MoaException(String message,
                    Throwable cause)

MoaException

public MoaException(Throwable cause)
Method Detail

getErrorCode

public int getErrorCode()


Copyright 2008 EGIZ. All Rights Reserved.