Package hudson.security
Class UserMayOrMayNotExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.core.NestedRuntimeException
-
- org.acegisecurity.AcegiSecurityException
-
- org.acegisecurity.AuthenticationException
-
- org.acegisecurity.BadCredentialsException
-
- org.acegisecurity.userdetails.UsernameNotFoundException
-
- hudson.security.UserMayOrMayNotExistException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class UserMayOrMayNotExistException extends UsernameNotFoundException
Deprecated.- Since:
- 1.280
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserMayOrMayNotExistException(String msg)
Deprecated.UserMayOrMayNotExistException(String msg, Object extraInformation)
Deprecated.UserMayOrMayNotExistException(String msg, Throwable t)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static UserMayOrMayNotExistException
fromSpring(UserMayOrMayNotExistException2 x)
Deprecated.UserMayOrMayNotExistException2
toSpring()
Deprecated.-
Methods inherited from class org.acegisecurity.userdetails.UsernameNotFoundException
fromSpring
-
Methods inherited from class org.acegisecurity.BadCredentialsException
fromSpring
-
Methods inherited from class org.acegisecurity.AuthenticationException
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication
-
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
toSpring
public UserMayOrMayNotExistException2 toSpring()
Deprecated.- Overrides:
toSpring
in classUsernameNotFoundException
-
fromSpring
public static UserMayOrMayNotExistException fromSpring(UserMayOrMayNotExistException2 x)
Deprecated.
-
-