org.opennms.web.admin.roles
Class WebRolesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.opennms.web.admin.roles.WebRolesException
All Implemented Interfaces:
Serializable

public class WebRolesException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
WebRolesException()
           
WebRolesException(String message)
           
WebRolesException(String message, Throwable cause)
           
WebRolesException(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

WebRolesException

public WebRolesException()

WebRolesException

public WebRolesException(String message)

WebRolesException

public WebRolesException(String message,
                         Throwable cause)

WebRolesException

public WebRolesException(Throwable cause)


Copyright © 2009. All Rights Reserved.