org.fedoracommons.funapi
Class IdentifierException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fedoracommons.funapi.UnapiException
              extended by org.fedoracommons.funapi.IdentifierException
All Implemented Interfaces:
java.io.Serializable

public class IdentifierException
extends UnapiException

Since:
0.1
Version:
$Id: IdentifierException.java 33 2008-10-25 19:31:36Z pangloss $
Author:
Edwin Shin
See Also:
Serialized Form

Constructor Summary
IdentifierException(java.lang.String message)
           
IdentifierException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.fedoracommons.funapi.UnapiException
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

IdentifierException

public IdentifierException(java.lang.String message,
                           java.lang.Throwable cause)

IdentifierException

public IdentifierException(java.lang.String message)


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