org.fcrepo.client.utility.validate
Class ObjectSourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fcrepo.client.utility.validate.ObjectSourceException
All Implemented Interfaces:
Serializable

public class ObjectSourceException
extends Exception

Indicates a problem fetching objects from the ObjectSource.

Author:
Jim Blake
See Also:
Serialized Form

Constructor Summary
ObjectSourceException()
           
ObjectSourceException(String message)
           
ObjectSourceException(String message, Throwable cause)
           
ObjectSourceException(Throwable cause)
           
 
Method Summary
 
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

ObjectSourceException

public ObjectSourceException()

ObjectSourceException

public ObjectSourceException(String message,
                             Throwable cause)

ObjectSourceException

public ObjectSourceException(String message)

ObjectSourceException

public ObjectSourceException(Throwable cause)


Copyright © 2012 DuraSpace. All Rights Reserved.