com.linkedin.restli.internal.common
Class IllegalMaskException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.linkedin.restli.internal.common.IllegalMaskException
All Implemented Interfaces:
java.io.Serializable

public class IllegalMaskException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
IllegalMaskException()
          Initialize an IllegalMaskException.
IllegalMaskException(java.lang.String message)
          Initialize an IllegalMaskException with the given message.
IllegalMaskException(java.lang.String message, java.lang.Throwable cause)
          Initialize an IllegalMaskException with the given message and cause.
IllegalMaskException(java.lang.Throwable cause)
          Initialize an IllegalMaskException with the given 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

IllegalMaskException

public IllegalMaskException()
Initialize an IllegalMaskException.


IllegalMaskException

public IllegalMaskException(java.lang.String message,
                            java.lang.Throwable cause)
Initialize an IllegalMaskException with the given message and cause.

Parameters:
message - the Exception message
cause - the cause of the Exception

IllegalMaskException

public IllegalMaskException(java.lang.String message)
Initialize an IllegalMaskException with the given message.

Parameters:
message - the Exception message

IllegalMaskException

public IllegalMaskException(java.lang.Throwable cause)
Initialize an IllegalMaskException with the given cause.

Parameters:
cause - the cause of the Exception