nl.gx.webmanager.services.usermanager
Class UserManagementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.gx.webmanager.services.usermanager.UserManagementException
All Implemented Interfaces:
java.io.Serializable

public class UserManagementException
extends java.lang.Exception

This is the general exception type which is used throughout the user management API.

See Also:
Serialized Form

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

UserManagementException

public UserManagementException()
Creates a new UserManagementException.


UserManagementException

public UserManagementException(java.lang.String msg)
Creates a new UserManagementException.

Parameters:
msg - the exception message

UserManagementException

public UserManagementException(UserManagementException.Type type,
                               java.lang.String msg)
Creates a new UserManagementException of a given type.

Parameters:
type - the exception type
msg - the exception message

UserManagementException

public UserManagementException(java.lang.String msg,
                               java.lang.Throwable cause)
Creates a new UserManagementException.

Parameters:
msg - the exception message
cause - the exception cause
Method Detail

getType

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

Returns:
exception type


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