public class DeniedUserLoginException
extends java.lang.Exception
Constructor and Description |
---|
DeniedUserLoginException(DataSource ds,
java.lang.String msgID)
Denied User login
|
DeniedUserLoginException(DataSource ds,
java.lang.String msgID,
java.lang.Object arg0)
Denied User login
|
DeniedUserLoginException(DataSource ds,
java.lang.String msgID,
java.lang.Object[] args)
Denied User login
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getArgs()
get the args
|
java.lang.String |
getMessage()
get the message
|
java.lang.String |
getMessageID()
get the message id
|
public DeniedUserLoginException(DataSource ds, java.lang.String msgID)
ds
- the datasource to usemsgID
- the message idpublic DeniedUserLoginException(DataSource ds, java.lang.String msgID, java.lang.Object arg0)
ds
- the datasource to usemsgID
- the message idarg0
- the argumentpublic DeniedUserLoginException(DataSource ds, java.lang.String msgID, java.lang.Object[] args)
ds
- the datasource to usemsgID
- the message idargs
- the argumentspublic java.lang.String getMessageID()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.Object[] getArgs()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.