br.eti.kinoshita.testlinkjavaapi
Class TestLinkAPIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.eti.kinoshita.testlinkjavaapi.TestLinkAPIException
- All Implemented Interfaces:
- java.io.Serializable
public class TestLinkAPIException
- extends java.lang.Exception
- Since:
- 1.9.0-1
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
- See Also:
- Serialized Form
|
Method Summary |
java.lang.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 |
TestLinkAPIException
public TestLinkAPIException()
- Default constructor.
TestLinkAPIException
public TestLinkAPIException(java.lang.String message)
- Parameters:
message -
TestLinkAPIException
public TestLinkAPIException(java.lang.Integer code,
java.lang.String message)
TestLinkAPIException
public TestLinkAPIException(java.lang.Throwable cause)
- Parameters:
cause -
TestLinkAPIException
public TestLinkAPIException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -
getCode
public java.lang.Integer getCode()
- Returns:
- Error Code
Copyright © 2010-2010 the testlink-java-api team-2010. All Rights Reserved.