org.fedoracommons.funapi
Class UnapiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
UnapiException(int errorCode, java.lang.String message)
           
UnapiException(int errorCode, java.lang.String message, java.lang.Throwable cause)
           
UnapiException(java.lang.String message)
           
UnapiException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 int getErrorCode()
           
 
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

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)
Method Detail

getErrorCode

public int getErrorCode()


Copyright © 2008 Fedora Commons, Inc.. All Rights Reserved.