| 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bea.p13n.exceptions.ApplicationException
com.bea.p13n.usermgmt.InvalidUsernameException
public class InvalidUsernameException
Application exception class that will be thrown when an attempt is made to create a user with an invalid username
| Constructor Summary | |
|---|---|
InvalidUsernameException()
 | 
|
InvalidUsernameException(String message)
Constructor  | 
|
InvalidUsernameException(String message,
                         Throwable t)
Constructor  | 
|
InvalidUsernameException(Throwable t)
Constructor  | 
|
| 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 | 
|---|
public InvalidUsernameException()
public InvalidUsernameException(String message)
message - String representing the Exception message
public InvalidUsernameException(String message,
                                Throwable t)
message - String representing the Exception messaget - Throwable object representing the wrapped or chained exceptionpublic InvalidUsernameException(Throwable t)
t - Throwable object representing the wrapped or chained exception
  | 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||