br.eti.kinoshita.testlinkjavaapi
Class TestLinkAPIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
br.eti.kinoshita.testlinkjavaapi.TestLinkAPIException
- All Implemented Interfaces:
- Serializable
public class TestLinkAPIException
- extends RuntimeException
- Since:
- 1.9.0-1
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 -
getCode
public Integer getCode()
- Returns:
- Error Code
Copyright © 2010-2011 the testlink-java-api team-2011. All Rights Reserved.