at.gv.egiz.moodle.eidconnector
Class EIDConnectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by at.gv.egiz.moodle.eidconnector.EIDConnectorException
All Implemented Interfaces:
Serializable

public class EIDConnectorException
extends Exception

Author:
AT-TUG (Thomas Knall)
See Also:
Serialized Form

Constructor Summary
EIDConnectorException()
           
EIDConnectorException(int errorCode)
           
EIDConnectorException(int errorCode, String message)
           
EIDConnectorException(int errorCode, String message, Throwable cause)
           
EIDConnectorException(int errorCode, Throwable cause)
           
EIDConnectorException(String message)
           
EIDConnectorException(String message, Throwable cause)
           
EIDConnectorException(Throwable cause)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EIDConnectorException

public EIDConnectorException()

EIDConnectorException

public EIDConnectorException(String message,
                             Throwable cause)

EIDConnectorException

public EIDConnectorException(String message)

EIDConnectorException

public EIDConnectorException(Throwable cause)

EIDConnectorException

public EIDConnectorException(int errorCode)

EIDConnectorException

public EIDConnectorException(int errorCode,
                             String message)

EIDConnectorException

public EIDConnectorException(int errorCode,
                             String message,
                             Throwable cause)

EIDConnectorException

public EIDConnectorException(int errorCode,
                             Throwable cause)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright 2009 EGIZ. All Rights Reserved.