sun.misc
Class ServiceConfigurationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by sun.misc.ServiceConfigurationError
All Implemented Interfaces:
Serializable

public class ServiceConfigurationError
extends Error

See Also:
Serialized Form

Constructor Summary
ServiceConfigurationError()
          Constructs a new ServiceConfigurationError
ServiceConfigurationError(String message)
          Constructs a new ServiceConfigurationError with the specified 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

ServiceConfigurationError

public ServiceConfigurationError()
Constructs a new ServiceConfigurationError


ServiceConfigurationError

public ServiceConfigurationError(String message)
Constructs a new ServiceConfigurationError with the specified message.