jetbrains.buildServer.groups
Class UserGroupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jetbrains.buildServer.groups.UserGroupException
All Implemented Interfaces:
java.io.Serializable

public class UserGroupException
extends java.lang.RuntimeException

Represents a general user group exception.

Author:
Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
See Also:
Serialized Form

Constructor Summary
UserGroupException(java.lang.String message)
           
UserGroupException(java.lang.String message, java.lang.Throwable cause)
           
UserGroupException(java.lang.Throwable cause)
           
 
Method Summary
 
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

UserGroupException

public UserGroupException(java.lang.String message)

UserGroupException

public UserGroupException(java.lang.String message,
                          java.lang.Throwable cause)

UserGroupException

public UserGroupException(java.lang.Throwable cause)