com.ibm.mobileservices.isync
Class ISyncUnsupportedOperationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ibm.mobileservices.isync.ISyncUnsupportedOperationException
All Implemented Interfaces:
java.io.Serializable

public class ISyncUnsupportedOperationException
extends java.lang.RuntimeException

When a method is not supported, this exception is thrown.

See Also:
Serialized Form

Constructor Summary
ISyncUnsupportedOperationException()
          Class constructor.
ISyncUnsupportedOperationException(java.lang.String msg)
          Class constructor with specified message.
 
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

ISyncUnsupportedOperationException

public ISyncUnsupportedOperationException()
Class constructor.


ISyncUnsupportedOperationException

public ISyncUnsupportedOperationException(java.lang.String msg)
Class constructor with specified message.

Parameters:
msg - a String message for the exception


(c) Copyright IBM Corp. 2000, 2002 All Rights Reserved.