public class RoleNotFoundException extends Exception
Title: JDSORG组织机构中间件
Description:
Copyright: Copyright (c) 2003-2018
Company: www.justdos.net
| 构造器和说明 |
|---|
RoleNotFoundException() |
RoleNotFoundException(String msg) |
RoleNotFoundException(String msg,
Throwable nestedThrowable) |
RoleNotFoundException(Throwable nestedThrowable) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
printStackTrace() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic RoleNotFoundException()
public RoleNotFoundException(String msg)
public RoleNotFoundException(Throwable nestedThrowable)
public void printStackTrace()
printStackTrace 在类中 Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace 在类中 Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace 在类中 ThrowableCopyright © 2023 onecode. All rights reserved.