net.user1.union.core.exception
Class ModuleNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.user1.union.core.exception.ModuleNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ModuleNotFoundException
extends java.lang.Exception

Thrown when trying to obtain a reference to a module by using it's module ID but no such module exists.

See Also:
Serialized Form

Constructor Summary
ModuleNotFoundException()
           
ModuleNotFoundException(java.lang.String message)
           
ModuleNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModuleNotFoundException

public ModuleNotFoundException()

ModuleNotFoundException

public ModuleNotFoundException(java.lang.String message)

ModuleNotFoundException

public ModuleNotFoundException(java.lang.String message,
                               java.lang.Throwable cause)


Copyright USER1 Subsystems Corporation - Tue Jan 28 2014, 05:05 PM -0500