ostore.client
Class OSIllegalArgumentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--ostore.client.OSIllegalArgumentException
All Implemented Interfaces:
Serializable

public class OSIllegalArgumentException
extends IllegalArgumentException

See Also:
Serialized Form

Constructor Summary
OSIllegalArgumentException()
           
OSIllegalArgumentException(String msg)
           
 
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

OSIllegalArgumentException

public OSIllegalArgumentException()

OSIllegalArgumentException

public OSIllegalArgumentException(String msg)