org.apache.airavata.common.registry.api.exception
Class RegistryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.airavata.common.registry.api.exception.RegistryException
All Implemented Interfaces:
Serializable

public class RegistryException
extends Exception

See Also:
Serialized Form

Constructor Summary
RegistryException(Exception e)
           
RegistryException(String message, Exception e)
           
 
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

RegistryException

public RegistryException(Exception e)

RegistryException

public RegistryException(String message,
                         Exception e)


Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.