play.data.parsing
类 MultipartStream.IllegalBoundaryException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.io.IOException
              继承者 play.data.parsing.MultipartStream.IllegalBoundaryException
所有已实现的接口:
java.io.Serializable
包容类:
MultipartStream

public static class MultipartStream.IllegalBoundaryException
extends java.io.IOException

Thrown upon attempt of setting an invalid boundary token.

另请参见:
序列化表格

构造方法摘要
MultipartStream.IllegalBoundaryException()
          Constructs an IllegalBoundaryException with no detail message.
MultipartStream.IllegalBoundaryException(java.lang.String message)
          Constructs an IllegalBoundaryException with the specified detail message.
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

MultipartStream.IllegalBoundaryException

public MultipartStream.IllegalBoundaryException()
Constructs an IllegalBoundaryException with no detail message.


MultipartStream.IllegalBoundaryException

public MultipartStream.IllegalBoundaryException(java.lang.String message)
Constructs an IllegalBoundaryException with the specified detail message.

参数:
message - The detail message.


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly