br.eti.kinoshita.testlinkjavaapi
Class TestLinkAPIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by br.eti.kinoshita.testlinkjavaapi.TestLinkAPIException
All Implemented Interfaces:
Serializable

public class TestLinkAPIException
extends Exception

Since:
1.0
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br
See Also:
Serialized Form

Constructor Summary
TestLinkAPIException()
          Default constructor.
TestLinkAPIException(Integer code, String message)
           
TestLinkAPIException(String message)
           
TestLinkAPIException(String message, Throwable cause)
           
TestLinkAPIException(Throwable cause)
           
 
Method Summary
 Integer getCode()
           
 
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

TestLinkAPIException

public TestLinkAPIException()
Default constructor.


TestLinkAPIException

public TestLinkAPIException(String message)
Parameters:
message -

TestLinkAPIException

public TestLinkAPIException(Integer code,
                            String message)

TestLinkAPIException

public TestLinkAPIException(Throwable cause)
Parameters:
cause -

TestLinkAPIException

public TestLinkAPIException(String message,
                            Throwable cause)
Parameters:
message -
cause -
Method Detail

getCode

public Integer getCode()
Returns:
Error Code


Copyright © 2010-2010 the testlink-java-api team-2010. All Rights Reserved.