1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the Mozilla Public License Version 2.0.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package javax
.microedition
.swm
;
12 import cc
.squirreljme
.runtime
.cldc
.annotation
.Api
;
13 import java
.io
.IOException
;
16 * This is thrown when a suite cannot be removed, either because it is not
17 * permitted or it is currently in use.
22 public class SuiteLockedException
26 * Initializes the exception with no message.
31 public SuiteLockedException()
36 * Initializes the exception with the given message.
38 * @param __s The message to use.
42 public SuiteLockedException(String __s
)