Oracle Java Wireless Client

com.sun.ams
Class SuiteNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.sun.ams.SuiteNotFoundException

public class SuiteNotFoundException
extends java.io.IOException

Thrown when someone tries to access a Suite that is absent


Constructor Summary
SuiteNotFoundException()
          Constructs a SuiteNotFoundException
SuiteNotFoundException(java.lang.String s)
          Constructs a SuiteNotFoundException with the specified reason.
 
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

SuiteNotFoundException

public SuiteNotFoundException()
Constructs a SuiteNotFoundException


SuiteNotFoundException

public SuiteNotFoundException(java.lang.String s)
Constructs a SuiteNotFoundException with the specified reason.

Parameters:
s - reason for exception

Oracle Java Wireless Client

Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.