nl.gx.webmanager.services.usermanager.settings
Class UserSettingsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
nl.gx.webmanager.services.usermanager.settings.UserSettingsException
- All Implemented Interfaces:
- java.io.Serializable
public class UserSettingsException
- extends java.lang.Exception
Represents the exceptions thrown by the User Management bundle. The exception can be of type GENERAL for
general-purpose exceptions or of type AUTHORIZATION if the exception is thrown for not allowed operations.
- See Also:
- Serialized Form
| 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 |
UserSettingsException
public UserSettingsException(java.lang.String message)
- Parameters:
message - Description of what went wrong.
UserSettingsException
public UserSettingsException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - Description of what went wrong.cause - TODO.
UserSettingsException
public UserSettingsException(UserSettingsException.Type type,
java.lang.String msg)
- Creates a new
UserManagementException of a given type.
- Parameters:
type - the exception typemsg - the exception message
getType
public UserSettingsException.Type getType()
- Returns the type of the exception.
- Returns:
- exception type
Copyright © 2007-2011 GX Software BV. All Rights Reserved.