Home
last modified time | relevance | path

Searched defs:NotAllowedException (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/muc/
H A DNotAllowedException.java30 public class NotAllowedException extends Exception { class
36 public NotAllowedException() { in NotAllowedException() method in NotAllowedException
40 public NotAllowedException(String msg) { in NotAllowedException() method in NotAllowedException
44 public NotAllowedException(Throwable nestedThrowable) { in NotAllowedException() method in NotAllowedException
48 public NotAllowedException(String msg, Throwable nestedThrowable) { in NotAllowedException() method in NotAllowedException
/dports/devel/scalatest/scalatest-1.6.1/src/main/scala/org/scalatest/
H A DNotAllowedException.scala32 class NotAllowedException(message: String, failedCodeStackDepthFun: StackDepthException => Int) class
/dports/www/moinmoin/moin-1.9.11/MoinMoin/
H A Dwikisync.py42 class NotAllowedException(Exception): class