com.codemonster.surinam.export.throwable
Class ProxyCreationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.codemonster.surinam.export.throwable.SurinamException
              extended by com.codemonster.surinam.export.throwable.ProxyCreationError
All Implemented Interfaces:
Serializable

public class ProxyCreationError
extends SurinamException

This is thrown when a dynamic proxy cannot be created. Usually, as the result of some failure in the Service Finder relating to the service being requested or the current state of the Service Directory.

See Also:
Serialized Form

Constructor Summary
ProxyCreationError(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyCreationError

public ProxyCreationError(String message)


Copyright © 2010. All Rights Reserved.