com.google.enterprise.adaptor
Class UnsupportedPlatformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.enterprise.adaptor.StartupException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.