org.fedoracommons.funapi
Class UnapiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fedoracommons.funapi.UnapiException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- FormatException, IdentifierException
public class UnapiException
- extends java.lang.Exception
- Since:
- 0.1
- Version:
- $Id: UnapiException.java 33 2008-10-25 19:31:36Z pangloss $
- Author:
- Edwin Shin
- See Also:
- Serialized Form
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 |
UnapiException
public UnapiException(int errorCode,
java.lang.String message,
java.lang.Throwable cause)
UnapiException
public UnapiException(int errorCode,
java.lang.String message)
UnapiException
public UnapiException(java.lang.String message,
java.lang.Throwable cause)
UnapiException
public UnapiException(java.lang.String message)
getErrorCode
public int getErrorCode()
Copyright © 2008 Fedora Commons, Inc.. All Rights Reserved.