|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.org.OrganizationServicesException
wt.org.UserNotFoundException
public class UserNotFoundException
Exception thrown when a user can't be found in the system.
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
UserNotFoundException()
No arg constructor. |
|
UserNotFoundException(Exception e)
Constructs exception with a nested exception. |
|
UserNotFoundException(Exception e,
String msg)
Constructs exception with a nested exception and non-localizable message. |
|
UserNotFoundException(Exception e,
String rb,
String key,
Object[] params)
Constructs exception with a nested exception and localizable message. |
|
UserNotFoundException(String message)
Constructs exception given non-localizable message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserNotFoundException()
public UserNotFoundException(String message)
message - public UserNotFoundException(Exception e)
e -
public UserNotFoundException(Exception e,
String msg)
e - msg -
public UserNotFoundException(Exception e,
String rb,
String key,
Object[] params)
e - rb - key - params -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||