org.n52.security.common.util
Class NonUniqueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.n52.security.common.util.NonUniqueException
All Implemented Interfaces:
Serializable

public class NonUniqueException
extends RuntimeException

See Also:
Serialized Form

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

NonUniqueException

public NonUniqueException(String message)

NonUniqueException

public NonUniqueException(Throwable cause)

NonUniqueException

public NonUniqueException(String message,
                          Throwable cause)


Copyright © 2004–2014 52north.org. All rights reserved.