|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.spotfire.server.NestedRuntimeException
com.spotfire.server.userdir.UserDirectoryException
com.spotfire.server.userdir.NoSuchPrincipalException
public class NoSuchPrincipalException
This exception is thrown when an operation has been requested on a principal that does not exist in the user directory.
| Constructor Summary | |
|---|---|
NoSuchPrincipalException()
Deprecated. |
|
NoSuchPrincipalException(String message)
Deprecated. |
|
NoSuchPrincipalException(String message,
Guid guid,
String name)
Constructs a NoSuchPrincipalException with the specified detail message for the principal with the specified GUID and name. |
|
NoSuchPrincipalException(String message,
String guid,
String name)
Constructs a NoSuchPrincipalException with the specified detail message for the principal with the specified GUID and name. |
|
| Method Summary | |
|---|---|
String |
getGuid()
Returns the non-existing principal's GUID. |
String |
getName()
Returns the non-existing principal's name. |
| Methods inherited from class com.spotfire.server.NestedRuntimeException |
|---|
abbreviatedStackTraceToString, getLocalizedMessage, getLogDetail, getLogEntry, getLogPriority, getMessageBundle, getMessageParameters, getRootCause, logStackTrace, setLogDetail, setLogPriority, setMessageParameters, stackTraceToString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 NoSuchPrincipalException()
public NoSuchPrincipalException(String message)
message - the detail message
public NoSuchPrincipalException(String message,
String guid,
String name)
message - the detail message
public NoSuchPrincipalException(String message,
Guid guid,
String name)
message - the detail message| Method Detail |
|---|
public String getGuid()
public String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||