nl.gx.webmanager.services.usermanager.settings
Class UserSettingsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Nested Class Summary
static class UserSettingsException.Type
           
 
Constructor Summary
UserSettingsException(java.lang.String message)
           
UserSettingsException(java.lang.String message, java.lang.Throwable cause)
           
UserSettingsException(UserSettingsException.Type type, java.lang.String msg)
          Creates a new UserManagementException of a given type.
 
Method Summary
 UserSettingsException.Type getType()
          Returns the type of the exception.
 
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
 

Constructor Detail

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 type
msg - the exception message
Method Detail

getType

public UserSettingsException.Type getType()
Returns the type of the exception.

Returns:
exception type


Copyright © 2007-2011 GX Software BV. All Rights Reserved.