net.rim.device.api.io
Class ServiceBookNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.rim.device.api.io.ServiceBookNotFoundException

public final class ServiceBookNotFoundException
extends IOException

ServiceBookNotFoundException is thrown when a service cannot be found that matches the parameters specified.

Since:
BlackBerry API 4.1.0

Constructor Summary
ServiceBookNotFoundException(String msg)
          Create an instance of a ServiceBookNotFoundException.
 
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

ServiceBookNotFoundException

public ServiceBookNotFoundException(String msg)
Create an instance of a ServiceBookNotFoundException. Exception for signalling when a service cannot be found. This constructor calls the constructor of the super class.

Parameters:
msg - the message to include with the ServiceBookNotFoundException.
Since:
BlackBerry API 4.1.0





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal