com.google.enterprise.adaptor
Class UnsupportedPlatformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.google.enterprise.adaptor.StartupException
                  extended by com.google.enterprise.adaptor.UnsupportedPlatformException
All Implemented Interfaces:
Serializable

public class UnsupportedPlatformException
extends StartupException

Thrown if the adaptor cannot be run on this OS environment.

See Also:
Serialized Form

Constructor Summary
UnsupportedPlatformException()
          Constructs a new UnsupportedPlatformException with a default message.
UnsupportedPlatformException(String message)
          Constructs a UnsupportedPlatformException with a supplied 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

UnsupportedPlatformException

public UnsupportedPlatformException()
Constructs a new UnsupportedPlatformException with a default message.


UnsupportedPlatformException

public UnsupportedPlatformException(String message)
Constructs a UnsupportedPlatformException with a supplied message.

Parameters:
message - the message. Can be retrieved by the Throwable.getMessage() method.