Oracle Java Wireless Client

com.sun.ams
Class SuiteLockedException

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

public class SuiteLockedException
extends java.io.IOException

Thrown when someone tries to access a Suite that has been locked


Constructor Summary
SuiteLockedException()
          Constructs a SuiteLockedException
SuiteLockedException(java.lang.String s)
          Constructs a SuiteLockedException 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

SuiteLockedException

public SuiteLockedException()
Constructs a SuiteLockedException


SuiteLockedException

public SuiteLockedException(java.lang.String s)
Constructs a SuiteLockedException 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.