org.scijava
Class NoSuchServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.scijava.NoSuchServiceException
All Implemented Interfaces:
Serializable

public class NoSuchServiceException
extends RuntimeException

An exception thrown when a Gateway cannot obtain a Service.

Author:
Mark Hiner, Curtis Rueden
See Also:
Serialized Form

Constructor Summary
NoSuchServiceException()
           
NoSuchServiceException(String s)
           
NoSuchServiceException(String s, Throwable cause)
           
NoSuchServiceException(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

NoSuchServiceException

public NoSuchServiceException()

NoSuchServiceException

public NoSuchServiceException(String s)

NoSuchServiceException

public NoSuchServiceException(String s,
                              Throwable cause)

NoSuchServiceException

public NoSuchServiceException(Throwable cause)


Copyright © 2009–2014 SciJava. All rights reserved.