org.coffeecrew.mobile.oop.exceptions
Class ObjectNotPassableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.coffeecrew.mobile.oop.exceptions.ObjectNotPassableException

public class ObjectNotPassableException
extends java.lang.Exception

Defines a specific Exception to the Obex object passing library, which is thrown if an object does not implement IObexObjectPassing

Since:
0.1

Constructor Summary
ObjectNotPassableException()
          Creates a new instance of ObjectNotPassableException without detail message.
ObjectNotPassableException(java.lang.String msg)
          Constructs an instance of ObjectNotPassableException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectNotPassableException

public ObjectNotPassableException()
Creates a new instance of ObjectNotPassableException without detail message.


ObjectNotPassableException

public ObjectNotPassableException(java.lang.String msg)
Constructs an instance of ObjectNotPassableException with the specified detail message.

Parameters:
msg - the detail message.