edu.ucsb.nceas.morpho.framework
Class ServiceNotHandledException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.ucsb.nceas.morpho.framework.ServiceNotHandledException
All Implemented Interfaces:
java.io.Serializable

public class ServiceNotHandledException
extends java.lang.Exception

This exception is thrown when a service request is made of an object and that object can not properly handle the request, either because it is not designed to handle it, or there was an error in trying to handle it.

See Also:
Serialized Form

Constructor Summary
ServiceNotHandledException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceNotHandledException

public ServiceNotHandledException(java.lang.String message)


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.