org.smallmind.cloud.service.messaging
Class SecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.smallmind.nutsnbolts.lang.FormattedException
              extended by org.smallmind.cloud.service.messaging.ServiceException
                  extended by org.smallmind.cloud.service.messaging.SecurityException
All Implemented Interfaces:
Serializable

public class SecurityException
extends ServiceException

See Also:
Serialized Form

Constructor Summary
SecurityException()
           
SecurityException(String message, Object... args)
           
SecurityException(Throwable throwable)
           
SecurityException(Throwable throwable, String message, Object... args)
           
 
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

SecurityException

public SecurityException()

SecurityException

public SecurityException(String message,
                         Object... args)

SecurityException

public SecurityException(Throwable throwable,
                         String message,
                         Object... args)

SecurityException

public SecurityException(Throwable throwable)


Copyright © 2011. All Rights Reserved.