org.apache.oodt.cas.filemgr.structs.exceptions
Class RepositoryManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.oodt.cas.filemgr.structs.exceptions.RepositoryManagerException
All Implemented Interfaces:
Serializable

public class RepositoryManagerException
extends Exception

Version:
$Revision: 13181 $

An exception thrown from the RepositoryManager interface.

Author:
mattmann
See Also:
Serialized Form

Constructor Summary
RepositoryManagerException()
           
RepositoryManagerException(String message)
           
 
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

RepositoryManagerException

public RepositoryManagerException()

RepositoryManagerException

public RepositoryManagerException(String message)
Parameters:
message -


Copyright © 1999-2011 Apache OODT. All Rights Reserved.