com.compoze.collab
Class InvalidArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.compoze.collab.util.NestedRuntimeException
                  extended by com.compoze.collab.CollaborationRuntimeException
                      extended by com.compoze.collab.InvalidArgumentException
All Implemented Interfaces
Serializable

public class InvalidArgumentException
extends CollaborationRuntimeException

Exceptions of this class are thrown when a method argument has an invalid value.

See Also
Serialized Form

Constructor Summary
InvalidArgumentException(com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey baseKey)
          Constructs an InvalidArgumentException.
InvalidArgumentException(com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey baseKey, Object param)
          Constructs an InvalidArgumentException.
InvalidArgumentException(Throwable t, com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey baseKey)
          Constructs an InvalidArgumentException.
InvalidArgumentException(Throwable t, com.compoze.collab.spi.Context ctx, com.compoze.collab.spi.ExceptionResourceKey baseKey, Object param)
          Constructs an InvalidArgumentException.
 
Method Summary
 
Methods inherited from class com.compoze.collab.CollaborationRuntimeException
getAdminMessage, getAdminResolution, getProgrammerMessage, getProgrammerResolution, getUserMessage, getUserResolution, main
 
Methods inherited from class com.compoze.collab.util.NestedRuntimeException
getNestedException, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidArgumentException

public InvalidArgumentException(com.compoze.collab.spi.Context ctx,
                                com.compoze.collab.spi.ExceptionResourceKey baseKey)
Constructs an InvalidArgumentException.

Parameters
ctx - session context
baseKey - message base key

InvalidArgumentException

public InvalidArgumentException(com.compoze.collab.spi.Context ctx,
                                com.compoze.collab.spi.ExceptionResourceKey baseKey,
                                Object param)
Constructs an InvalidArgumentException.

Parameters
ctx - session context
baseKey - message base key
param - message parameter

InvalidArgumentException

public InvalidArgumentException(Throwable t,
                                com.compoze.collab.spi.Context ctx,
                                com.compoze.collab.spi.ExceptionResourceKey baseKey)
Constructs an InvalidArgumentException.

Parameters
t - the underlying exception
ctx - session context
baseKey - message base key

InvalidArgumentException

public InvalidArgumentException(Throwable t,
                                com.compoze.collab.spi.Context ctx,
                                com.compoze.collab.spi.ExceptionResourceKey baseKey,
                                Object param)
Constructs an InvalidArgumentException.

Parameters
t - the underlying exception
ctx - session context
baseKey - message base key
param - message parameter


Copyright © 2006 BEA Systems, Inc. All Rights Reserved